.main-wrap {
    background-color: #ebf1f5;
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-main-wrap {
    display: flex;
    flex-direction: column;
    background-color: #154a5a;
    font-family: 'Roboto', sans-serif;
    justify-content: center;
    align-items: center;
    height: 70%;
    min-width: 500px;
    flex: 1;
}

.his-input-password input.login-password {
    padding: 4px 6px 4px 17px;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
}


.his-forgot {
    padding: 20px 0 0 0;
    font-size: 13px;
    color: #106ba3;
}

.his-label {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.74;
    text-align: left;
    margin-bottom: 2px;
}

.logo {
    width: 185px;
}

.login-announcements {
    min-width: 40%;
    display: flex;
    flex: 2;
}

.login-page {
    box-sizing: border-box;
    padding: 32px 52px;
    border-radius: 5px;
    box-shadow: 0 1px 24px 0 rgba(1, 1, 1, .02);
    background-color: #fff;
    width: 400px;
}

.arrow-down-container {
    display: none;
}

.his-input-password input.login-password {
    padding: 4px 6px 4px 17px;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
}

.his-input input {
    padding-left: 17px;
    width: 100%;
    height: 32px;
    min-width: 16px;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.login-container {
    flex: 1;
    background-color: #154a5a;
    height: 100vh;
    min-height: 550px;
}

.super-main-wrap {
    display: flex;
}

.login-alert {
    width: 100%;
    min-width: 95%;
    height: 20%;
    background-color: #154a5a;
}

.iframe-announcements {
    height: 100%;
    width: 100%;
    border-width: 0;
}

.iframe-alert {
    height: 100%;
    width: 100%;
    border-width: 0;
}

body {
    padding-left: 0;
    padding-right: 0;
}

.his-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.his-button-section {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 14px 0 0 0;
}

input[type="submit"] {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 0.89;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 36px;
    border-radius: 3px;
    background-color: #137cbd;
}

.his-btn {
    border: 0;
    outline: 0;
}

.his-submit-button {
    padding: 0;
    height: 36px;
    width: 100%;
}

.login-form form {
    margin-bottom: 0;
}

.login-form form .his-btn.disabled-after-click {
    pointer-events: none;
}

.alert, .alert-error {
    box-sizing: border-box;
    padding: 8px;
    margin-top: 20px;
    width: 270px;
    height: auto;
}

.login-error-body {
    padding-left: 11px;
    font-size: 14px;
}

.alert-error, .password-error {
    font-size: 13px;
}

.login_error_text {
    margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
    html {
        scroll-behavior: smooth;
    }

    .super-main-wrap {
        flex-wrap: wrap;
    }

    .login-container {
        width: 100%;
    }

    .login-announcements {
        flex: none;
        width: 100%;
        height: 100vh;
    }

    .arrow-down {
        align-self: center;
        height: 20%;
    }

    .arrow-down-container {
        display: flex;
        background-color: #154a5a;
        height: 10%;
        justify-content: center;
    }
}

@media screen and (max-width: 500px) {
    .main-wrap {
        min-width: inherit !important;
    }

    .login-main-wrap {
        min-width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .login-page {
        width: 100%;
    }
}

