
.mobile-login {
    border: thin solid #C0C0C0;
    z-index: 20;
    height: 320px;
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 1.1rem;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.mobile-logo {
    padding-top: 30px;
    border-left: thin solid #C0C0C0;
    height: 100%;
}

.btn-login {
    width: 100%;
    height:30px;
}

@media (max-width: 767px) {
    /*xs*/

    .btn-login {
        
        height: 35px;
    }

    .mobile-width {
        width: 95% !important;
        margin-left: 2.5% !important;
        margin-right: 2.5% !important;
    }

    .mobile-login {
        border: unset;
        z-index: 20;
        height: 500px;
        background-color: #ffffff63;
        border-radius: unset;
        box-shadow: unset;
        padding: 10px;
    }

    .mobile-height {
        height: 500px !important;
        margin: 2.5% !important;
    }

    .mobile-logo {
        padding-top: 10px;
        border-bottom: thin solid #C0C0C0;
        border-left: unset;
        height: unset;
    }

    .nav,
    .navbar-nav > li,
    .navbar-left {
        text-align: right;
        float: none !important;
    }
}
