﻿body {
    margin: 0%;
    padding: 0%;
    background: white;
}
.fullflex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-control {
    height: 50px;
    font-size: 1.25em;
    line-height: 1.42857143;
    color: #555;
    margin-top: 10px;
}
#cmdLogin {
    line-height: 2;
    font-size: 1.25em;
}
.margin_btm {
    margin-bottom: 30px;
}
.padd0 {
    padding: 0;
}
.imgblock {
    background: url('../Images/back_login.jpg');
    background-size: cover;
    height: 100%;
}
.loginWrapper {
    height: 60%;
    border-radius: 8px;
    box-shadow: 0px 1px 6px 0px #e8dddd;
    background:#fff;
}
.upperColorDivOne {
    background: #54678f;
    height: 6px;
}
.upperColorDivTwo {
    background: #008080;
    height: 6px;
}

.upperColorDivThree {
    background: #a10b47;
    height: 6px;
}

.upperColorDivFour {
    background: #f79912;
    height: 6px;
}
.lbl {
    margin-bottom: 0px;
}

.uperBorderRow {
    margin: 0%;
}

.visitorManagement {
    font-weight: 200;
    font-size: 1.5em;
    color: #fff;
}

.FormBox {
    height: 100%;
}
@media only screen and (max-width: 900px) {
    .logo {
        margin-top: 0;
        height: auto;
        border: none;
    }
    .loginWrapper {
        height: auto;
    }
    .form-control {
        height: 34px;
        font-size: 1.05em;
        line-height: 1.42857143;  
        margin-top: 5px;
    }
    #cmdLogin {
        line-height: 1.42857143;
        font-size: 1.20em;
    }
    .margin_btm {
        margin-bottom: 20px;
    }
    .imgblock, .FormBox {
        height: auto;
        padding: 15px;
    }
    .visitorManagement {
        font-size: 1.5em;
    }
    .loginButton {
        margin-top: 10px;
    }
    .paddingmob {
        padding: 0px;
    }
}
@media only screen and (max-width: 900px) and (min-width: 365px) {
    .form-control {
        height: 50px;
        font-size: 1.25em;
        line-height: 1.42857143;  
        margin-top: 5px;
    }
    .visitorManagement {
        font-size: 1.5em;
    }
    #cmdLogin {
        line-height: 2;
        font-size: 1.25em;
    }
}
@media only screen and (max-width: 900px) and (min-width: 600px) {
    .imgblock {
       min-height: 150px;
    }
    #cmdLogin {
        line-height: 2;
        font-size: 1.5em;
        margin: 15px 0;
    }
    .form-control {
        margin-top: 10px;
    }

}
@media only screen and (max-width: 1100px) and (min-width: 998px) {
    .loginWrapper {
        width: 83.33%;
    }
    .visitorManagement {
        font-size: 2.5em;
    }
    #cmdLogin {
        line-height: 2;
        margin-top: 15px;
        font-size: 1.5em;
    }
    .form-group {
        margin-bottom: 30px;
    }
    .width100 {
        width: 100%;
    }
}
@media screen and (min-device-width: 500px) and (max-device-width: 1040px) and (orientation : landscape) {
    .loginWrapper {
        height: 60%;
        overflow-x: hidden;
        overflow-y: auto;
        border-radius: 8px;
        box-shadow: 0px 1px 6px 0px #e8dddd;
    }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 840px) and (orientation: landscape) {
    .imgblock {
        min-height: 50px;
    }
    .width100 {
        width:30%;
    }
    .loginWrapper {
        height: 90%;
    }
    #cmdLogin {
        line-height: 1.6;
        font-size: 1.2em;
        margin: 10px 0;
    }
    .visitorManagement {
        font-size: 1.20em;
    }
    .form-control {
        height: 34px;
        font-size: 1.05em;
        line-height: 1.42857143;
        margin-top: 5px;
    }
}


