﻿.auth-box-title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    color:#202945;
}

.auth-box {
    padding: 30px 80px 70px 80px;
    background-color: rgba(229, 225, 230, 0.4);
    border-radius: 16px;
}

@media only screen and (max-width: 991px) {
    .auth-box {
        padding: 30px 65px 70px 65px;
    }
}

@media only screen and (max-width: 767px) {
    .auth-box {
        padding: 30px 30px 50px 30px;
    }
}

.auth-box-buttons {
    margin-top: 30px;
    display: flex;
    width: 80%;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
}

.auth-box-buttons .btn ~ .btn {
    margin-top: 15px;
}

@media only screen and (min-width: 768px) {
    .auth-box-buttons.space-between {
        justify-content: space-between;
        flex-direction: row;
    }

    .auth-box-buttons.space-between :first-child {
        margin-right: 20px;
    }

    .auth-box-buttons.space-between .btn {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .auth-box-buttons {
        margin-top: 15px;
    }
}

.auth-box-buttons .btn {
    max-height: 48px;
    height: 48px;
    line-height: 34px; /* line-height = height - padding-top - padding-bottom */
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
}

.auth-button-full {
    width: 100%;
}

.auth-checkbox, .auth-box label.auth-checkbox {
    color: #202945;
    display:flex;
    justify-content:start;
    align-items:center;
}

.auth-checkbox input {
    margin-right: 13px;
}

.auth-radio input {
    margin-right: 13px;
/*    margin-top: 13px;
*/    background-color: #D50037 !important;
    color: #D50037 !important;
}



.auth-forgot-password {
    display: block;
    text-align: right;
}

.auth-box label {
    color: #202945;
    font-size: 14px;
    font-weight: 400;
}

.text-right {
    display: block;
    text-align: right;
}

.auth-box-after-content {
    margin-top: 20px;
}

    .auth-box-after-content a {
        color: #4f55eb;
        cursor: pointer;
        font-weight: 400;
    }

    .auth-box-after-content a:hover {
        color: #D50037;
    }

.auth-box a:not(.btn) {
    color: #202945;
    cursor: pointer;
}

    .auth-box a:not(.btn):hover {
        color: #D50037;
    }

.auth-box-description {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #202945;
}

.auth-box-success-message {
    font-size:16px;
    margin-top: 25px;
    display: block;
    text-align: center;
}


.auth-box-success-tick {
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: center;
}

.auth-box-success-tick i {
    font-size: 84px;
    font-weight: 400;
}

.auth-box .input-hint {
    font-size: 12px;
}

.parsley-custom-error-message {
    color: #D50037;
}

.auth-box .select2 .select2-selection {
    height: 42px !important;
}
.input-group-addon{
    border-top-right-radius:8px;
    border-bottom-right-radius:8px;
}
.myLink{
    color:#4f55eb;
    cursor: pointer;
}
.myLink:hover{
    color:#D50037;
}

input::-webkit-input-placeholder {
    color: #8E8E8E !important;
    font-weight: 200;
}
input::-moz-placeholder {
    color: #8E8E8E !important;
    font-weight: 200;
}
input:-moz-placeholder {
    color: #8E8E8E !important;
    font-weight: 200;
}
input:-ms-input-placeholder {
    color: #8E8E8E !important;
    font-weight: 200;
}
input::placeholder {
    color: #8E8E8E !important;
    font-weight: 200;
}
