/* Small devices (phones, 0px and up) */
@media (min-width: 0px) and (max-width: 576px) {
    .login-container {
        padding-top: 16vh;
        padding-bottom: 35vh;
        height: 89vh;
    }
    .login-container .form-title {
        color: #205090;
        font-size: calc(40px + (58 - 40) * ((100vw - 300px) / (1920 - 300)));
        padding-top: 10vw;
    }
    .login-container .form-subtitle {
        color: #ACACAC;
        padding-bottom: 1vw;
    }
    .login-container input {
        margin-top: 3vw;
        background-color: #F1F1F1;
        width: 100%;
        height: 15.5vw;
        border: 0;
        padding-left: 1vw;
        color: #9D9D9D;
    }
    .login-container .forgot-password {
        padding-top: 1vw;
    }
    .login-container .forgot-password a {
        color: #ACACAC;
    }
    .login-container .other-options p {
        color: #ACACAC;
    }
    .login-container .other-options-icons img {
        cursor: pointer;
        margin-left: 0px;
    }
    .login-container .other-options-buttons {
        text-align: right;
        margin-top: 5vw;
    }
    .login-container .other-options-buttons button {
        height: 11.3vw;
        border: none;
        text-transform: uppercase;
        padding-left: 22px;
        padding-right: 22px;
        margin: 0;
        line-height: 2.3vw;
        cursor: pointer;
    }
    .login-container .other-options-buttons .left {
        background-color: #205090;
        color: #FFFFFF;
        border-radius: 15px;
        z-index: 100;
        display: inline;
        border: #1E508F 1px solid;
    }
    .login-container .other-options-buttons .right {
        border-top: #1E508F 1px solid;
        border-bottom: #1E508F 1px solid;
        border-right: #1E508F 1px solid;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        color: #1E508F;
        margin-left: -18px;
        z-index: 1;
        display: inline;
        background-color: transparent;
    }
    .strenght {
        height: 5.4vw;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 768px) {
    .login-container {
        padding-top: 16vh;
        padding-bottom: 35vh;
        height: 89vw;
    }
    .login-container .form-title {
        color: #205090;
        font-size: calc(40px + (58 - 40) * ((100vw - 300px) / (1920 - 300)));
        padding-top: 10vw;
    }
    .login-container .form-subtitle {
        color: #ACACAC;
        padding-bottom: 1vw;
    }
    .login-container input {
        margin-top: 1vw;
        background-color: #F1F1F1;
        width: 100%;
        height: 8.5vw;
        border: 0;
        padding-left: 1vw;
        color: #9D9D9D;
    }
    .login-container .forgot-password {
        padding-top: 1vw;
    }
    .login-container .forgot-password a {
        color: #ACACAC;
    }
    .login-container .other-options p {
        color: #ACACAC;
    }
    .login-container .other-options-icons img {
        cursor: pointer;
        margin-left: 0px;
    }
    .login-container .other-options-buttons {
        text-align: right;
        margin-top: 3vw;
    }
    .login-container .other-options-buttons button {
        height: 5.3vw;
        border: none;
        text-transform: uppercase;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0;
        line-height: 2.3vw;
        cursor: pointer;
    }
    .login-container .other-options-buttons .left {
        background-color: #205090;
        color: #FFFFFF;
        border-radius: 15px;
        z-index: 100;
        display: inline;
        border: #1E508F 1px solid;
    }
    .login-container .other-options-buttons .right {
        border-top: #1E508F 1px solid;
        border-bottom: #1E508F 1px solid;
        border-right: #1E508F 1px solid;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        color: #1E508F;
        margin-left: -18px;
        z-index: 1;
        display: inline;
        background-color: transparent;
    }
    .strenght {
        height: 3.4vw;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
    .login-container {
        padding-top: 16vh;
        padding-bottom: 35vh;
        height: 86vw;
    }
    .login-container .form-title {
        color: #205090;
        font-size: calc(40px + (58 - 40) * ((100vw - 300px) / (1920 - 300)));
        padding-top: 10vw;
    }
    .login-container .form-subtitle {
        color: #ACACAC;
        padding-bottom: 1vw;
    }
    .login-container input {
        margin-top: 1vw;
        background-color: #F1F1F1;
        width: 100%;
        height: 6.5vw;
        border: 0;
        padding-left: 1vw;
        color: #9D9D9D;
    }
    .login-container .forgot-password {
        padding-top: 1vw;
    }
    .login-container .forgot-password a {
        color: #ACACAC;
    }
    .login-container .other-options p {
        color: #ACACAC;
    }
    .login-container .other-options-icons img {
        cursor: pointer;
        margin-left: 0px;
    }
    .login-container .other-options-buttons {
        text-align: right;
        margin-top: 2vw;
    }
    .login-container .other-options-buttons button {
        height: 5.3vw;
        border: none;
        text-transform: uppercase;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0;
        line-height: 2.3vw;
        cursor: pointer;
    }
    .login-container .other-options-buttons .left {
        background-color: #205090;
        color: #FFFFFF;
        border-radius: 15px;
        z-index: 100;
        display: inline;
        border: #1E508F 1px solid;
    }
    .login-container .other-options-buttons .right {
        border-top: #1E508F 1px solid;
        border-bottom: #1E508F 1px solid;
        border-right: #1E508F 1px solid;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        color: #1E508F;
        margin-left: -18px;
        z-index: 1;
        display: inline;
        background-color: transparent;
    }
    .strenght {
        height: 1.4vw;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1366px) {
    .login-container {
        padding-top: 16vh;
        padding-bottom: 35vh;
        height: 63vw;
    }
    .login-container .form-title {
        color: #205090;
        font-size: calc(40px + (58 - 40) * ((100vw - 300px) / (1920 - 300)));
    }
    .login-container .form-subtitle {
        color: #ACACAC;
        padding-bottom: 1vw;
    }
    .login-container input {
        margin-top: 1vw;
        background-color: #F1F1F1;
        width: 100%;
        height: 3.5vw;
        border: 0;
        padding-left: 1vw;
        color: #9D9D9D;
    }
    .login-container .forgot-password {
        text-align: right;
        padding-top: 1vw;
    }
    .login-container .forgot-password a {
        color: #ACACAC;
    }
    .login-container .other-options p {
        color: #ACACAC;
    }
    .login-container .other-options-icons img {
        cursor: pointer;
        margin-left: 0px;
    }
    .login-container .other-options-buttons {
        text-align: right;
        margin-top: 2vw;
    }
    .login-container .other-options-buttons button {
        height: 3.3vw;
        border: none;
        text-transform: uppercase;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0;
        line-height: 2.3vw;
        cursor: pointer;
    }
    .login-container .other-options-buttons .left {
        background-color: #205090;
        color: #FFFFFF;
        border-radius: 15px;
        z-index: 100;
        display: inline;
        border: #1E508F 1px solid;
    }
    .login-container .other-options-buttons .right {
        border-top: #1E508F 1px solid;
        border-bottom: #1E508F 1px solid;
        border-right: #1E508F 1px solid;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        color: #1E508F;
        margin-left: -18px;
        z-index: 1;
        display: inline;
        background-color: transparent;
    }
    .strenght {
        height: 1.8vw;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1366px) {
    .login-container {
        padding-top: 16vh;
        padding-bottom: 35vh;
        height: 45vw;
    }
    .login-container .form-title {
        color: #205090;
        font-size: calc(40px + (58 - 40) * ((100vw - 300px) / (1920 - 300)));
    }
    .login-container .form-subtitle {
        color: #ACACAC;
        padding-bottom: 1vw;
    }
    .login-container input {
        margin-top: 1vw;
        background-color: #F1F1F1;
        width: 100%;
        height: 3.5vw;
        border: 0;
        padding-left: 1vw;
        color: #9D9D9D;
    }
    .login-container .forgot-password {
        text-align: right;
        padding-top: 1vw;
    }
    .login-container .forgot-password a {
        color: #ACACAC;
    }
    .login-container .other-options p {
        color: #ACACAC;
    }
    .login-container .other-options-icons img {
        cursor: pointer;
        margin-left: 5px;
    }
    .login-container .other-options-buttons {
        text-align: right;
        margin-top: 2vw;
    }
    .login-container .other-options-buttons button {
        height: 2.3vw;
        border: none;
        text-transform: uppercase;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0;
        line-height: 2.3vw;
        cursor: pointer;
    }
    .login-container .other-options-buttons .left {
        background-color: #205090;
        color: #FFFFFF;
        border-radius: 15px;
        z-index: 100;
        display: inline;
        border: #1E508F 1px solid;
    }
    .login-container .other-options-buttons .right {
        border-top: #1E508F 1px solid;
        border-bottom: #1E508F 1px solid;
        border-right: #1E508F 1px solid;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        color: #1E508F;
        margin-left: -18px;
        z-index: 1;
        display: inline;
        background-color: transparent;
    }
    .strenght {
        height: 1vw;
    }
}

/* Shared styles */
.required-input {
    border: 1px #DE5246 solid !important;
}
.hidden {
    display: none;
}
.password-strenght-row {
    margin-top: 1vw;
}
.strenght-text {
    text-align: right;
    color: #9D9D9D;
}
.strenght {
    width: 100%;
    background-color: #F1F1F1;
    border-radius: 10px;
}
.strenght .strenght-level {
    position: relative;
    height: 1vw;
    background-color: #205090;
    width: 0%;
    border-radius: 10px;
}

/* Loading */
.loading-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0;
    z-index: 100000;
    opacity: 0.5;
}

.loading-container .loading-image {
    background-image: url("images/page/Spinner-1s-200px.gif");
    background-repeat: no-repeat;
    margin: auto;
    width: 10%;
    height: 20%;
    margin-top: 18%;
}

.loading-container .loading-text{
    color: #fff;
    text-align: center;
    font-size: 3vw;
    position: relative;
    top: 28%;
    font-weight: bold;
}