body {
    background: #F9F8FD;
}

.card-header {
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    border: none;

    color: #020B56;
    font-family: "Inter";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card-text-two,
.card-text {
    width: 386px;
    color: #020B56;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-text-two {
    width: 618px;
}

.card-text-two span {
    font-weight: 700;
}



.card-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.card-body form {
    width: 100%;
    padding: 45px 30px;
}

.group-password-confirm,
.group-password,
.group-email {
    position: relative;
}

.group-password {
    margin-top: 65px;
    margin-bottom: 35px;
}

.group-btn {
    width: 100%;
    margin-top: 150px;
}

label.label-password-confirm,
label.label-password,
label.label-email {
    position: absolute;
    top: -16px;
    left: 48px;
    z-index: 1;

    color: #B9B3B3;
    font-family: "Inter";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

input.form-control.input_password,
input.form-control.input_password_confirm,
input.form-control.input_email {
    height: 48px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    color: #020B56;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 2px solid #1AB7F2;
    padding: 15px 31px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

input.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: none;
}

.group-password.placeholder-show input.form-control.input_password,
.group-password-confirm.placeholder-show input.form-control.input_password_confirm,
.group-email.placeholder-show input.form-control.input_email {
    border: 2px solid #B9B3B3;
    color: #B9B3B3;
}

.group-password.placeholder-show label.label-password,
.group-password-confirm.placeholder-show label.label-password-confirm,
.group-email.placeholder-show label.label-email {
    top: 14px;
    font-size: 16px;
}

.btn-continue,
.btn-reset {
    width: 211px;
    height: 62px;
    flex-shrink: 0;
    background: #1AB7F2;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    color: #FFF;
    font-family: " Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.btn-continue:hover,
.btn-reset:hover {
    color: #FFF;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    filter: brightness(97%);
    -webkit-filter: brightness(98%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.btn-reset:disabled {
    background: #B9B3B3;
    cursor: not-allowed;
}

.btn-reset:disabled:hover {
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    filter: inherit;
    -webkit-filter: inherit;
    box-shadow: none;
}

@media (max-width: 810px) {

    .card-header {
        color: #787C85;
        font-family: "Open Sans";
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
    }

    .card-text-two,
    .card-text {
        width: 328px;
        color: #787C85;
        font-family: "Open Sans";
        font-size: 18px;
        font-weight: 400;
    }

    .group-btn {
        margin-top: 86px;
    }

    label.label-password-confirm,
    label.label-password,
    label.label-email {
        left: 17px;

        color: #ADACAC;
        font-family: "DM Sans";
        font-size: 12px;
    }

    input.form-control.input_password,
    input.form-control.input_password_confirm,
    input.form-control.input_email {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;

        border: none;
        border-bottom: 1px solid #4ADEDE;
        background: transparent;

        color: #0F0D6B;
        font-family: "DM Sans";
        font-size: 18px;

        padding: 5px 1px;
    }

    .group-password.placeholder-show input.form-control.input_password,
    .group-password-confirm.placeholder-show input.form-control.input_password_confirm,
    .group-email.placeholder-show input.form-control.input_email {
        border: none;
        border-bottom: 1px solid #B9B3B3;
        color: #ADACAC;
        background: transparent;
    }

    .group-password.placeholder-show label.label-password-confirm,
    .group-password-confirm.placeholder-show label.label-password,
    .group-email.placeholder-show label.label-email {
        top: 13px;
        font-size: 18px;
    }

    .btn-continue,
    .btn-reset {
        width: 224px;
        height: 48px;
        background: #1AA7EC;

        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;


        font-size: 16px;
        font-weight: 700;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .btn-reset.disabled {
        background: #CBCBCB;
    }

    .btn-continue {
        background: #1AB7F2;
    }

}