﻿/*#loginWrapper {
    border-radius: 5px;
    color: #333;
    position: absolute;
    width: 466px;
    height: auto;
    top: 25%;
    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;
}
*/
/*#loginWrapper {
    border-radius: 5px;
    color: #333;
    position: absolute;
    width: 430px;
    height: 424px;*/
    /* height: auto; */
    /*top: 24%;
    left: 39%;
    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: 12px 25px 6px 20px;
}*/


/*#MidLevel {
    height: 60%;
    width: 70%;
    margin: auto;
    padding-top: 40px;
}
*/

/*@media (min-width: 1200px) and (max-width: 1439px) {
    #loginWrapper {
        top: 18%;
        left: 36%;
    }
}*/


.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: 25%;
    flex: 0 0 25%;
    padding-right: 10px;
}