html,
body,
.animsition,
.mx-index-div {
    height: 100%;
}

body {
    background: transparent radial-gradient(closest-side at 50% 50%, #576574 0%, #222F3E 100%) 0% 0% no-repeat padding-box;
}

.mx-index-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
}

.mx-index-message {
    text-align: center;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 200;
    margin-top: 8px;
    font-size: 22px;
}

.mx-index-div-logo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position :relative;
}

.mx-index-div-logo #temporaryBox {
    font-size: 1.1rem;
    //position: absolute;
    //bottom: -60px;
    padding-left: 0.55rem;
    margin: 20px;
}

.mx-index-links {
    display: flex;
    margin-top: 20px;
}

.mx-index-links p.link {
    margin-right: 0.5rem;
    color: #ffffff;
    font-size: 0.8rem;
    text-decoration: underline;
}

.mx-input-schoolId {
    margin-top: 8px;
    width: 360px;
}

.mx-input-schoolId input {
    width: 100%;
    background: inherit;
    border: 0;
    border-bottom: solid 1px;
    border-color: #c7c7c7;
    height: 60px;
    line-height: 40px;
    padding: 10px 20px;
    font-size: 1.3125rem;
    color: #ffffff !important;
    text-align: center;
    font-weight: 200;
}

.mx-input-schoolId input:focus {
    outline: inherit;
    border-color : white;
}

.mx-input-schoolId input::placeholder {
    color: #ffffff50;
    font-weight: 200;
}

.mx-index-btn {
    width: 210px;
    height: 40px;
    display: flex;
    background: #ffffff;
    border-radius: 3px;
    align-items: center;
    cursor: pointer;
}

.mx-index-btn .google-symbol {
    margin-right: 8px;
}

.mx-index-btn-google {margin-right: 10px;}

.google-message {
    font-family: Roboto;
    font-size: 14px;
    color: #757575;
    line-height: 40px;
}

.ms-message {
    font-family: 'Roboto';
    color: #757575;
    font-size: 14px;
    line-height: 40px;
}

.mx-index-btn .ms-symbol {
    margin: 0 12px;
    height: 18px;
    width: 18px;
    margin-right: 20px;
}

.mx-index-btns {
    display: flex;
    margin-top: 20px;
}
