
.content {
    min-height: 100% !important;
    flex-direction: row !important;
    background-color: transparent;
}

#login2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

#login2 .form-wrapper {
    width: auto;
    flex: 0 1 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 89px 0 105px;
    background: #fff;
    justify-content: center;
}

#login2 .side {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 1 1 0%;
    background-image: url(../images/backgrounds/finbox-bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 24px;
}

@media screen and (max-width: 960px) {
    #login2 .side > div {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    #login2 .form-wrapper {
        flex: 1 1 100%;
    }

    #login2 .side {
        display: none;
    }
    
}

@media screen and (max-width: 480px) {
    #login2 .form-wrapper {
        padding: 0 40px;
    }
}

#login2 .page-logo {
    position: relative;
    margin: 0 0 4px;
}

#login2 .page-logo img {
    width: 100%;
}


#login2 .support {
    position: relative;
    width: 234px;
    margin: 0;
    text-align: right;
    font-size: 13px;
    line-height: 17px;
}

#login2 .support dt {
    position: relative;
    display: inline-block;
    padding: 0 4px;
    vertical-align: top;
}

#login2 .support dd {
    position: relative;
    display: inline-block;
    padding: 0 2px;
    vertical-align: top;
}

#login2 .title {
    position: relative;
    margin: 56px 0 46px !important;
    font-weight: bold;
    font-size: 20px;
}

#login2 .subtitle {
    position: relative;
    margin: -46px 0 46px !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}

.modal-content {
    flex: 1 1 0%;
    border-radius: 10px;
}

.modal-dialog-centered {
    height: 100vh;
    display: flex;
    align-items: center;
}

.form-group-my {
    border-radius: 4px 4px 0 0;
    margin-bottom: 18px !important;
    background: #F5F5F5;
}

.form-group-my .form-control {
    padding: 8px 12px !important;
}
.form-group-my label {
    padding-left: 12px !important;
}

.form-group-my input.form-control.md-has-value+label,
.form-group-my input.form-control:focus+label {
    transform: translateY(-.59373em) scale(.75) !important;
}


.button-line {
    position: relative;
    margin: 34px 0;
    text-align: center;
}

.button-line .submit-button {
    margin: 0 auto 8px;
    width: 194px;
    border-radius: 24px !important;
    background: #1976D2;
}

.button-line .submit-button:hover {
    background: #1365b6;;
}

.button-column {
    position: relative;
    margin: 34px 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.button-column .submit-button {
    margin: 0 auto 8px;
    width: 194px;
    border-radius: 24px !important;
    background: #1976D2;
}

.button-column .submit-button:hover {
    background: #1365b6;;
}

.button-column .btn-default {
    background-color: #F5F5F5;
}

.button-column .btn-default:hover {
    color: #fff;
}

.auth-select-group {
    display: flex;
    flex-direction: column;
}

.interface-forgot-password {
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.interface-forgot-password a {
    color: #000;
}

.interface-forgot-password a:hover {
    color: #000;
    text-decoration: underline;
}



.back {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.back a {
    margin: 0 4px;
    color: #000 !important;
}

.back a:hover {
    margin: 0 4px;
    color: #000 !important;
    text-decoration: underline;
}



.resendCode {
    position: relative;
    margin: -18px 0 18px;
    font-size: 12px;
}
.resendCode .timer {
    position: relative;
    display: none;
}
.resendCode.disabled .timer {
    display: inline;
}
.resendCode.disabled a {
    color: rgba(0,0,0,.38);
    text-decoration: underline;
}
.resendCode.disabled a:hover {
    text-decoration: none;
}