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 .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 .bg {
    
    background-position: center;
    background-repeat: no-repeat;
    
}

.half a {
    color: #888;
    text-decoration: underline;
}



.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

.submit_button {
   
    width: 100%;
    line-height: 25px;
    padding: 16px;
}


.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;
    }


    .form-control {
        padding: 12px 15px;
    }


    .half .register-button {
        font-size: 20px;
    }

    .half .container>.row {
        height: 100%;
        min-height: 80vh;
    }
}



