#ozxmod_login_head .modal-header {
    padding: 0 !important;
}

#ozxmod_login_head .modal-body {
    padding: 20px 0 0 0 !important;
}

#ozxmod_login_head .modal-header .close {
    margin-top: -4px;
    margin-right: -24px;
    color: #000;
    opacity: 0.8;
    font-size: 28px;
}

#ozxmod_login_head strong {
    font-weight: 500;
}

#ozxmod_login_head h1, #ozxmod_login_head h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

#ozxmod_login_head h3 {
    font-size: 22px;
    font-weight: 500;
    color: #555;
    line-height: 30px;
}

::-moz-selection {
    background: #19b9e7;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #19b9e7;
    color: #fff;
    text-shadow: none;
}

#ozxmod_login_head .form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

#ozxmod_login_head .form-top-left {
    float: left;
    padding-top: 10px;
}

#ozxmod_login_head .form-top-left h3 {
    margin-top: 0;
}

#ozxmod_login_head .form-top-left p {
    opacity: 0.8;
    font-size: 13px;
}

#ozxmod_login_head .form-top-right {
    font-size: 45px !important;
    line-height: 75px;
    text-align: right;
    opacity: 0.6;
}

#ozxmod_login_head .form-top-right .fa {
    font-size: 35px !important;
}

#ozxmod_login_head .social-login {
    text-align: center;
}

#ozxmod_login_head .social-login-buttons {
    margin-top: 15px;
}

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

}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 768px) {
    #ozxmod_login_head .modal-dialog {
        width: 515px !important;
    }
}

@media (max-width: 767px) {

    .middle-border {
        min-height: auto;
        margin: 65px 30px 0 30px;
        border-right: 0;
        border-top: 1px solid #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.6);
    }

}

@media (max-width: 415px) {

    h1, h2 {
        font-size: 32px;
    }

}
