.login {
    display: flex;
    margin-top: 3.33rem;
    padding: 1rem 0.56rem 3.33rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    @media screen and (max-width: 900px) {
      flex-direction: column;
   }
   @media screen and (max-width: 480px) {
        flex-direction: column;
        padding: 0;
        margin: 0.67rem;
   }
}

.login__card {
    background-color: #ffffff;
    color: #343a72;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 5px;
    width: 500px;
    border-radius: 8px;
    padding: 32px;
    @media screen and (max-width: 480px) {
      width: 100%;
      box-shadow: none;
      padding: 1rem;
   }
}

.login__card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0;
    padding: 0;
    clear: both;
    background-color: #fff;
    border-bottom: 1px solid #128383;
    padding-bottom: 0.75rem;
    @media screen and (max-width: 480px) {
      flex-wrap: wrap;
   }
}

.login__card a {
    font-family: Bariol-Bold, Calibri, sans-serif;
    padding: 0px 0.25rem;
    font-weight: 700;
    color: #128383;
    font-size: 1rem;
    background: none;
    box-shadow: none;
    text-decoration: underline;
    @media screen and (max-width: 480px) {
      padding: 0;
   }
}

.login__card a:hover {
    background: none;
    text-decoration: underline;
    transform: scale(1.06);
    color: #128383;
}

.login__card a:focus-visible {
    border-radius: 0.2rem;
    outline: 3px #ff126d solid;
}

.login__card-header-text {
    font-family: Bariol, Calibri, sans-serif;
    font-size: 1.33rem;
}

.login__card-body {
    margin-top: 1.33rem;
}

.login__card-title {
    margin: 0 0 0.78rem;
    font-family: Bariol-Bold, Calibri, sans-serif;
    font-size: 2rem;
    line-height: 2.38rem;
    width: 100%;
    text-align: left;
}

.login__card-label {
    font-size: 1rem;
    margin-bottom: 1rem;
    display: block;
}

.login__card-controls {
    display: flex;
    justify-content: center;
    font-family: Bariol-Bold,Calibri,sans-serif;
    flex-wrap: wrap;
}

.login_button, .next_button {
   width: 100%;
   margin: 1.5rem 0;
}


.login__card-controls-district-short-code {
    display: flex;
    align-items: center;
}

.login__sso {
    margin-left: 51.5px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    display: flex;
    background-image: linear-gradient(#343a72 50%,transparent 0);
    background-position: 0;
    background-size: 1px 12px;
    background-repeat: repeat-y;
    position: relative;
    padding-left: 51.5px;
}

.login__sso-buttons {
    display: flex;
    flex-direction: column;
}

.login__separator {
    display: block;
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: #343a72;
    font-family: Bariol-Bold,Calibri,sans-serif;
    font-size: .88rem;
    position: absolute;
    line-height: 40px;
    text-align: center;
    left: -20px;
}

.login__reset-password-button, .login__new-password-button  {
    width: 100%;
}

.login__list-item {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 864px)  {
    .login__sso {
        margin-top: 51.5px;
        margin-left: 0;
        background-image: linear-gradient(90deg,#343a72 50%,transparent 0);
        background-position: 0 0;
        background-size: 12px 1px;
        background-repeat: repeat-x;
        padding: 51.5px 0 20px;
    }

    .login__separator {
        left: 50%;
        top: -21px;
        transform: translateX(-50%);
    }

    .login__sso-button {
        width: 21rem;
    }
}

.show-hide__button {
    color: rgb(52, 58, 114);
    text-transform: capitalize;
    font-family: Bariol-Bold, Calibri, sans-serif;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 100;
    padding: 0;
    background: transparent;
    width: fit-content;
    top: -1rem;
}

.view_icon, .hide_icon {
   display: inline-block;
   position: absolute;
   right: 2.5rem;
   top: 0;
}

.password__input {
    position: relative;
}

.info__message {
    color: #373737;
    font-family: Muli, Calibri, sans-serif;
    font-size: 0.9rem;
    font-weight: normal;
    width: 20rem;
    background: white;
    display: none;
    padding: 0 0.75rem;
    position: absolute;
    box-shadow: -0.05rem 0.05rem 0.5rem 0.16667rem #cccccc;
    border-radius: 0.5rem;
    z-index: 100;
    top: 154%;
    right: -85%;
    @media screen and (max-width: 480px) {
      right: 0;
      width: 15rem;
   }
}

.info__message--active {
    display: inline-block;
}

.info__button {
    box-shadow: none;
    text-decoration: none;
    background: transparent;
    padding: 0;
    line-height: 0;
}

.info__button:hover,
.info__button:focus-visible {
    background: transparent;
}

.info__button > svg:hover {
    transform: scale(1.06);
}

.info__container {
    position: relative;
    float: right;
}

.info__message::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 0.75em solid #000;
    border-color: #fff #fff transparent transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 3px -3px 3px 0 rgba(0,0,0,0.15);
    top: -15px;
    right: 25px;
    transform: translateY(70%) rotate(-45deg);
    @media screen and (max-width: 480px) {
      right: 12px;
   }
}

.error {
    display: flex;
    flex-direction: row;
    line-height: 1.2;
    margin: 0.5rem 0px;
    overflow: hidden;
}

.error__icon {
    margin-right: 10px;
}

.error__text {
    font-family: Bariol, Calibri, sans-serif;
    color: rgb(52, 58, 114);
    font-size: 0.875rem;
}

.forgot-password__user-type {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin: 10px 0;
    font-family: Bariol,Calibri,sans-serif;
    font-size: 18px;
    color: #343a72;
    cursor: pointer;
    padding: 0.9rem;
}

.forgot-password__user-type:hover {
    text-decoration: none;
    box-shadow: 0 2px 10px 5px rgba(0,0,0,.15);
    color: #343a72;
}

.loading {
    display: none;
    margin: 0.4rem 0;
    font-family: Muli, Calibri, sans-serif;
    width: 100%;
    justify-content: center;
    padding-top: 1rem;  
}
