﻿body {
    font-family: 'Nunito Sans', sans-serif;
}

.header-background {
    background-image: url(../images/wave_background.png);
    background-size: cover;
    background-position: top left;
    min-height: 400px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    color: white;
    font-weight: 200;
}

    .header-background h1, .header-background h2 {
        font-weight: 200;
    }

.logo-header-image {
    max-width: 160px;
}

.the-form-container {
    border-left: 1px solid #A3DAF1;
    font-weight: 200;
    color: #5535AC;
}

.left-border-finish {
    border-left: 1px solid #A3DAF1;
    min-height: 245px;
    margin-top: 15px;
}

.the-form-container.border-right {
    border-left: none;
}

.download-buttons {
    padding-top: 15px;
}

    .download-buttons img {
        max-width: 100%;
    }

.the-form-container h2 {
    font-weight: 200;
}

.the-form-container label {
    font-weight: 300;
    font-size: 18px;
}

.grey-text {
    color: #646464;
}

.copyright-text {
    font-size: 13px;
    color: #646464;
}

.form-control:focus {
    border-color: #5535AC;
    box-shadow: 0 0 0 0.15rem rgb(154 161 203 / 25%);
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}

.invalid-feedback {
    font-weight: bold;
}

.pass_show {
    position: relative
}

    .pass_show .ptxt {
        font-weight: normal;
        font-size: 13px;
        position: absolute;
        top: 50%;
        right: 10px;
        z-index: 1;
        color: #0669BD;
        margin-top: 9px;
        padding-right: 5px;
        cursor: pointer;
        transition: .3s ease all;
    }

        .pass_show .ptxt:hover {
            color: #0669BD;
        }

.was-validated :invalid ~ .ptxt {
    margin-top: -3px;
}

.password-req {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #646464;
}

.back-link {
    margin-top: -100px;
    padding-bottom: 55px;
    color: #0669BD;
}

.bank-level-security {
    color: #0669BD;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.main-gray {
    color: #333333;
    line-height: 23px;
}

@media only screen and (max-width: 800px) {
    .header-background {
        min-height: 200px;
        padding-bottom: 20px;
    }

    .left-border-finish {
        display: none !important;
    }

    .back-link {
        margin-top: -35px;
        padding-bottom: 25px;
    }
}

.bottom-border {
    border-width: 0 0 2px 0;
    border-bottom-width: 2px;
    font-size: 14px;
    width: 100%;
    border-bottom: 1px solid grey !important;
}

#dvEmailField span#imgValidEmail {
    float: left;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.email-available span#imgValidEmail {
    background-image: url('../images/ok.png');
    width: 6%;
    margin-right: 3px;
}
.email-unavailable span#imgValidEmail {
    background-image: url('../images/notok.png');
    width: 6%;
    margin-right: 3px;
}
.loading span#imgValidEmail, .loading span#imgValidUser {
    background-image: url('../images/loading3.gif');
    width: 6%;
    margin-right: 3px;
}

#dvUserFld span#imgValidUser {
    float: left;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.user-name-available span#imgValidUser {
    background-image: url('../images/ok.png');
    width: 6%;
    margin-right: 3px;
}
.user-name-unavailable span#imgValidUser {
    background-image: url('../images/notok.png');
    width: 6%;
    margin-right: 3px;
}
.loading span#imgValidEmail, .loading span#imgValidUser {
    background-image: url('../images/loading3.gif');
    width: 6%;
    margin-right: 3px;
}

#waitBtn {
    width: 13rem;
    height: 4rem;
    border-radius: 4rem;
    color: #FFFFFF;
    margin: 1rem;
    border: 0;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 2rem;
    background: linear-gradient(270.28deg, #1FBAFF -31.25%, #008FCF 66.86%, #5C37BE 114.78%);
}
