﻿@import "variables.css";

.terms-of-use {
    margin-top: 15px;
    margin-bottom: 15px;
}

.modal-content .consent-banner-footer {
    text-align: center;
    display: block;
}

.home-border {
    border: 1px solid #ccc;
    width: 550px;
    border-radius: 5px;
    margin-bottom: 85px;
}

.need-assistance-container {
    padding: 18px 10px 10px 10px;
    background-color: var(--marine);
    color: var(--soft-white);
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.home-login {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.home-padding {
    padding-left: 0px;
    padding-right: 0px
}

.loading-img {
    display: none;
    margin-bottom: 15px;
}

.error-message-margins {
    margin-bottom: 50px;
    margin-top: 50px;
}

.need-help-img1 {
    border-radius: 20px;
    background-color: var(--marine);
}

    .need-help-img1:hover {
        background: var(--seastone);
    }
