/*
    Custom CSS for underwritingmyloan.com (client site)
    CSS from "style.css" is also being used (from template)
*/

/* Font Sizes */
.fs-36 { font-size: 36px !important; }
.fs-30 { font-size: 30px !important; }
.fs-24 { font-size: 24px !important; }
.fs-20 { font-size: 20px !important; }
.fs-18 { font-size: 18px !important; }
.fs-16 { font-size: 16px !important; }
.fs-14 { font-size: 14px !important; }
.fs-12 { font-size: 12px !important; }
.fs-10 { font-size: 10px !important; }

.general-button {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #68A4C4;

    color: #fff;
    background: #68A4C4;
}

.general-button:hover {
    background: #73CEFF;
    color: #fff;
    text-decoration: none;
}

.img-left-shdw {
    box-shadow: -8px 8px 5px rgb(30 67 86 / 30%);
}

.img-right-shdw {
    box-shadow: 8px 8px 5px rgb(30 67 86 / 30%);
}

.mobile-step-button {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 18px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 5px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #68A4C4;

    color: #fff;
    background: #68A4C4;
}

.mobile-step-button:hover {
    background: #73CEFF;
    color: #fff;
    text-decoration: none;
}

.active-step {
    background-color: #007bff !important;
}

.left-btn {
    float: left;
}

.right-btn {
    float: right;
}

#resendVerificationLink { display: none; }

#resendVerificationLink:hover { cursor: pointer; }

/* Waiting Modal */
.waiting-modal {
    background: none !important;
    border: none !important;
    -moz-box-shadow: none;
    -goog-ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}