﻿/*#loginWrapper {
    border-radius: 5px;
    color: #333;
    position: absolute;
    width: 466px;
    height: auto;
    top: 35%;
    left: 38%;
    background-color: #ffffff;
    box-shadow: rgba(186,186,186,0.75);
    -webkit-box-shadow: 0 1px 10px #777;
    -moz-box-shadow: 1 1px 10px #777;
    box-shadow: 0px 1px 10px #777;
    border-bottom: none !important;
    padding: 33px 33px 6px 20px;
}*/



/*#MidLevel {
    height: 60%;
    width: 70%;
    margin: auto;
    padding-top: 40px;
}
*/

/*.login-paged {
    height: 100%;
    width: 100vw;
    background: black;
    overflow: hidden;
    background: #C33764;*/ /* fallback colour. Make sure this is just one solid colour. */
/*background: -webkit-linear-gradient(rgb(29 38 113 / 63%), rgb(195 55 100 / 49%)), url(/_content/EasySchool.Components/images/Loginbg.jpg);
    background: linear-gradient(rgb(29 38 113 / 63%), rgb(195 55 100 / 49%)), url(/_content/EasySchool.Components/images/Loginbg.jpg);*/ /* The least supported option. */
/*background-repeat: no-repeat;
    background-size: cover;
}

img {
    object-fit: cover;
}*/



.login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-boxj {
    width: 450px !important;
}

#loginWrapper {
    border-radius: 5px;
    color: #333;
    width: 450px;
    background-color: #ffffff;
    box-shadow: rgba(186,186,186,0.75);
    -webkit-box-shadow: 0 1px 10px #777;
    -moz-box-shadow: 1 1px 10px #777;
    box-shadow: 0px 1px 10px #777;
    padding: 20px;
}

.loginHeader {
    display: flex;
    line-height: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
}

.loginImage {
    width: 100px;
    padding-top: 20px;
}

.loginHeaderLine {
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    padding-left: 20px;
}

.loginTop {
    padding-top: 30px;
}

.loginMiddle {
    line-height: 1;
    font-weight: 400;
    font-size: 25px;
}

.loginRow1 {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    margin-bottom: 0;
    flex: 0 0 25%;
    padding-bottom: 20px;
}

.loginFormRow {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0px 0px 15px;
}

.loginTextCompany {
    font-size: 30px;
    font-weight: 400;
}

.loginTextSlogan {
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    border-color: #000;
}

.loginMiddleText {
    font-size: 25px;
    font-weight: 400;
    color: #27A490;
    padding-top: 30px;
    padding-bottom: 20px;
}

.loginLabel {
    font-weight: 400;
    font-size: 14px;
    line-height: 2.5;
    text-align: right;
    max-width: 26%;
    flex: 0 0 26%;
    padding-right: 10px;
}
