@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);

[v-cloak] {
    display: none;
}
.modal-content {
    border-radius: 20px;
    padding: 30px;
}

.copyright {
    color: #41474D;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
}
.copyright a {
    color: #41474D;
}
.copyright.ondark {
    color: #fff;
}
.copyright.ondark a {
    color: #9BD0EE;
}
.pipe {
    margin: 0px 5px;
}

.mcd-logo-auth {
    width:100%;
    max-width: 390px;
    height: auto;
    margin-bottom: 1rem;
}
.card-links {
    cursor: pointer;
    display: block;
    background-color: #0B5EAD;
    padding: 20px;
    border-radius: 20px;
    color:#ffffff;
    margin: 30px 0px;
}
.card-links:hover {
    background-color:#0D3674;
    color:#fff;
    text-decoration: none;
}
.card-links p {
    margin-bottom:0px;
}
.form-title {
    letter-spacing: .13em;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 300;
    text-transform: uppercase;
}
.form-signin {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.auth-columns {
    display: flex;
    width: 100%;
    font-family: 'Raleway', sans-serif;
}
.auth-columns label:not(.form-title) {
    font-weight: 700;
}
.auth-main {
    margin: 0px auto;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 0px 20px;
}
.auth-main--split {
    color:#fff;
    background-color: #202A46;
    border-right: 5px solid #02A1D8;
    min-width:50%;
    width: 50%;
}
.auth-right {
    margin: 0px auto;
    background-color: #F0F2F2;
    min-height: 100vh;
    min-width:50%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex:0 0 50%;
    padding: 0px 20px;
}
#resetPassword {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#resetPassword .alert {
    margin-top: 20px;
    border-radius: 30px;
}
.auth-alert,
.form-signin .alert {
    border-radius: 30px;
    margin: 20px 0;
}
.left-content, .right-content {
    align-self: center;
    width: 100%;
    max-width: 580px;
}
.right-content {
    color: #333333;
}
.auth-main--split .form-control,
.form-signin .form-control {
    border-radius:25px;
    height: 50px;
    padding: 0px 20px;
    margin-top: 10px;
    font-size: 16px;
}
.auth-main--split .form-control:focus,
.form-signin .form-control:focus {
    z-index: 2;
    border-color: #98cbe8;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152,203,232,.6);
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
}
.form-signin input[type="password"],
.form-signin #inputPassword {
    margin-bottom: 10px;
}
.form-signin .help-block {
    color: #DC3545;
}
.buttonNew {
    border-radius: 25px;
    font-size:16px;
    background-color:#0B5EAD;
    padding:12px 25px;
    border: none;
    color: #fff;
}
.buttonNew:hover {
    background-color:#02A1D8;
    color: #fff;
    cursor: pointer;
}
.footer-auth {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.login-no-account {
    display: none;
}
.card-links h3 {
    margin: 0px 0px 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}
@media (max-width: 991px) {
    .auth-main--split {
        width: 100%;
        border: none;
        padding: 30px 20px 0px;
    }
    .auth-right {
        display: none;
    }
    .login-no-account {
        display: block;
        border-top: 1px solid #0B5EAD;
        border-bottom: 1px solid #0B5EAD;
        padding: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .login-no-account a {
        color: #02A1D8;
    }
}
@media (max-width: 767px) {
    .auth-main--split {
        justify-content: start;
    }
    .form-signin {
        margin-top: 40px!important;
    }
    .footer-auth {
        position: static;
        transform: none;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .auth-main h2 {
        font-size: 26px;
    }
}
@media (max-height: 800px) {
    .footer-auth {
        position: static;
        transform: none;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
