p {
    color: #fff;
    font-weight: 300;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover {
    text-decoration: none !important;
}

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}

.half,
.half .container>.row {
    height: 100%;
    min-height: 100vh;
}

.half .registry>.row {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.auth-page-header {
    margin-bottom: 50px;
    color: #FFF;
    font-size: 35px;
    font-weight: 700;
    line-height: 30px;
    /* 110% */
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.auth-logo-img {
    margin-bottom: 60px;
}

.half .contents,
.half .bg {
    width: 50%;
}

.half .bg {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45%;
}

.half a {
    color: #888;
    text-decoration: underline;
}

/* .half .btn {
  padding-left: 30px;
  padding-right: 30px;
} */

.half .forgot-pass {
    position: relative;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    /* 116.667% */
    text-decoration-line: underline;
    margin-left: auto;
}

.half .register-button {
    position: relative;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-decoration-line: underline;
    margin-left: auto;
    margin-right: auto;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

.submit_button {
    background: #CCBCAE;
    border-radius: 0px;
    border: 2px solid #CCBCAE;
    font-weight: 600;
    width: 100%;
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    line-height: 25px;
    padding: 16px;
}

.submit_button:hover {
    background: #fff;
    color: #CCBCAE;
    border: 2px solid #CCBCAE;
}

.form-group label {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px;
}

.form-control {
    border-radius: 0px;
    padding: 20px 24px;
    color: #FFF;
    background-color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

.password-container {
    position: relative;
    display: block;
}

.password-view-hide {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    background-image: url('../../../images/icons/password.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
}

.form-control:focus {
    color: #FFF;
    background-color: #000;
    box-shadow: none;
    border-color: #fff;
}

.form-control::placeholder {
    color: #FFF;
    opacity: 0.5;
}

@media screen and (max-width: 992px) {

    .mt-40 {
        margin-top: 20px;
    }

    .auth-page-header {
        margin-bottom: 30px;
    }

    .auth-logo-img {
        margin-bottom: 40px;
    }

    .auth-page-header {
        font-size: 25px;
    }

    .submit_button {
        font-size: 20px;
        font-weight: 500;
        padding: 12px;
    }

    .form-control {
        padding: 12px 15px;
    }

    .half .forgot-pass {
        font-size: 20px;
    }

    .half .register-button {
        font-size: 20px;
    }

    .half,
    .half .container>.row {
        height: 100%;
        min-height: 80vh;
    }
}

@media screen and (max-width: 991.98px) {
    .half .bg {
        height: 500px;
    }
}

@media screen and (max-width: 500px) {
    .half .bg {
        height: 400px;
    }
}


@media screen and (max-width: 1199.98px) {

    .half .contents,
    .half .bg {
        width: 100%;
    }
}
