
    .no-account{
        margin-bottom: 15px;
    }

    .register-btn{
        font-size: 18px;
        margin-top:50px; 
        margin-bottom:-20px;
    }

    #or {
        position: relative;
        width: 100%;
        height: 50px;

        line-height: 50px;
        text-align: center;
        color: #fff;
    }

    #or::before,
    #or::after {
        position: absolute;
        width: 130px;
        height: 1px;

        top: 24px;

        background-color: #fff;

        content: '';
    }

    #or::before {
        left: 0;
    }

    #or::after {
        right: 0;
    }


    #or-register {
        position: relative;
        width: 100%;
        height: 50px;

        line-height: 50px;
        text-align: center;
        color: #fff;
    }

    #or-register::before,
    #or-register::after {
        position: absolute;
        width:  90px;
        height: 1px;

        top: 24px;

        background-color: #fff;

        content: '';
    }

    #or-register::before {
        left: 0;
    }

    #or-register::after {
        right: 0;
    }

    /* Shared */
    .loginBtn {
        box-sizing: border-box;
        position: relative;
        /* width: 13em;  - apply for fixed size */
        margin: 0.2em;
        padding: 0 15px 0 46px;
        border: none;
        text-align: left;
        line-height: 34px;
        white-space: nowrap;
        border-radius: 0.2em;
        font-size: 15px;
        color: #FFF;
        height: 42px;
        margin-bottom: 8px;
    }

    .loginBtn:focus {
      outline: none;
    }
    .loginBtn:active {
      box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }


    /* Facebook */
    .loginBtn--facebook {
        background: url('../../images/icon_facebook.png') 20px 10px no-repeat #1877f2;
    }
   

    /* Google */
    .loginBtn--google {
        background: url('../../images/btn_google_light_normal_ios.png') 22px 12px no-repeat #fff;
        background-size: 18px 18px;
        
    }

    .login .box1 {
        /*background: url(../../images/background/bg-white.png) repeat;*/
        margin: 30px auto auto auto;
        padding: 15px;
        background: rgba(255, 255, 255, 0.5);

        padding: 30px;
        padding-top: 20px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px; 
    }

    .login .logo {
        margin: 0 auto;
        margin-top: 70px;
        padding: 15px;
        text-align: center; 
    }

    .logo .logo-responsive{
        max-width:370px;
    }

    .login .content {
        width: 390px;
        margin: 40px auto 40px auto; 
    }

    .login .form-title {
        margin-bottom: 20px; 
    }

    .login .form-title {
        color: #edf4f8;
        font-size: 19px;
        font-weight: 400 !important; 
    }

    .login .form-subtitle {
        color: #c9dce9;
        font-size: 17px;
        font-weight: 300 !important;
        padding-left: 10px; 
    }

    .login .content h4 {
        color: #555; 
    }

    .login .content .hint {
        color: #c4c4c4;
        padding: 0;
        font-size: 14px;
        margin: 15px 0 7px 0; 
    }

    .login .content .login-form,
    .login .content .forget-form {
        padding: 0px;
        margin: 0px; 
    }

    .login .content .form-control {
        /*border: none;
        background-color: #f4f4f4;
        border: 1px solid #f4f4f4;*/
        height: 43px;
        color: #333333; 
    }

    .login .content .form-control:focus,
    .login .content .form-control:active {
        border: 1px solid #83b8db; 
    }
    .login .content .form-control::-moz-placeholder {
        color: #333333;
        opacity: 1; 
    }
    .login .content .form-control:-ms-input-placeholder {
        color: #333333; 
    }
    .login .content .form-control::-webkit-input-placeholder {
        color: #333333; 
    }

    .login .content select.form-control {
        padding-left: 9px;
        padding-right: 9px; 
    }

    .login .content .forget-form {
        display: none; 
    }

    .login .content .register-form {
        display: none; 
    }

    .login .content .form-title {
        font-weight: 300;
        margin-bottom: 25px; 
    }

    .login .content .form-actions {
        clear: both;
        border: 0px;
        padding: 0px 30px 25px 30px;
        margin-left: -30px;
        margin-right: -30px; 
    }

    .login-options {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px; 
        height: 70px;

        /*border-top: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;
        */
        
        border-top: 1px solid #c4c4c4;
        /*border-bottom: 1px solid #c4c4c4;*/
        
    }

    .login-options .midia {
        margin-top: 12px;
    }

    .login .forget-password {
        font-size: 14px; 
    }

    .login-options .social-icons {
        float: right;
        padding-top: 3px; 
    }

    .login-options .social-icons li a {
        border-radius: 15px 15px 15px 15px !important;
        -moz-border-radius: 15px 15px 15px 15px !important;
        -webkit-border-radius: 15px 15px 15px 15px !important; 
    }

    .login .content .forget-form .form-actions {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 20px; 
    }

    .login .content .register-form .form-actions {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0px; 
    }

    .login .content .form-actions .checkbox {
        margin-top: 8px;
        display: inline-block; 
    }

    .login .content .form-actions .btn {
        margin-top: 1px; 
    }

    .login .btn {
        background-color: #5995bb;
        border: 1px solid #72a9cc;
        color: #8fc4e5;
        font-weight: 600;
        padding: 10px 25px !important; 
    }
    .login .btn:hover {
        border: 1px solid #90bbd7;
        background-color: #5995bb;
        color: #8fc4e5; 
    }

    .login .btn-default {
        background-color: #5995bb;
        border: 1px solid #72a9cc;
        color: #8fc4e5;
        font-weight: 600;
        padding: 10px 25px !important; 
    }

    .login .btn-default:hover {
        border: 1px solid #90bbd7;
        background-color: #5995bb;
        color: #8fc4e5; 
    }

    .login .content .forget-password {
        color: #d7eaf7;
        font-size: 14px; 
    }

    .login .content .rememberme {
        margin-top: 8px; 
    }

    .login .content .check {
        color: #edf4f8; 
    }

    .login .create-account {
        text-align: center;
        margin-top: 20px; 
        margin-bottom: 60px;
    }

    .login .create-account p a {
        font-weight: 300;
        font-size: 16px;
        color: #ffffff; 
    }

    .login .create-account a {
        display: inline-block;
        margin-top: 5px; 
    }

    /* footer copyright */
    .login .copyright {
        text-align: center;
        /*margin: 60px auto 30px 0;*/
        padding: 10px;
        font-size: 13px; 
        margin-bottom: 40px;
    }

    @media (max-width: 1400px) {
        .login .logo {
            margin-top: 100px; 
        } 
    }

    @media (max-width: 480px) {

        .login-options {
            padding-bottom: 50px;
        }

        #or::before, #or::after {
            width: 110px;
        }

        .login .logo {
            margin-top: 45px;
        }

        .login .content {
            width: 90%; 
            margin: 40px auto 40px auto;
        }

        .login .content h3 {
            font-size: 22px; 
        }

        .login .checkbox {
            font-size: 13px; 
        } 
    }

    @media (max-width: 375px) {

        .login .logo {
            margin-top: 30px;
        }
        /*
        .icheck-list{
            display:none;
        }
        */
        .login .box1{
            padding: 15px;
        }
        .logo .logo-responsive{
            max-width:280px;
        }

        #or::before, #or::after {
            width: 100px;
        }
        .login .content {
            width: 95%; 
            margin: 40px auto 40px auto;
        }
        .register-btn{
            font-size: 14px;
        }
    }