html {
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #d3d3d3  url('../images/loginpage.jpg') no-repeat center top;
    background-size: cover;
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
     font-family: "Verdana", Arial, Helvetica, sans-serif;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.form-group {
    margin-bottom: 35px;
}

.form-control {
    width: 100%;
    display: inline-block;
    height: 50px;
    padding: 0 15px;
    padding-top: 15px;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid #00adee;
    color: #666;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #e6f2f7 inset;
    -webkit-text-fill-color: #c2dae4 !important;
}




.control-label {
    color: #00adee;
}


.btn-login {
    background: #00adee;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: 100%;
    border: 1px solid #00adee;
    height: 60px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26), 0 1px 1px rgba(0, 0, 0, 0.38) ;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26), 0 1px 1px rgba(0, 0, 0, 0.38) ;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    cursor: pointer;
}


.btn-login:focus , .btn-login:hover{
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background: #3abcec;
    border-color: #3abcec;
}
.loginPageLayout {
    height: 100%;
    width: 100%;
    z-index: 10;
    position: relative;

}

.loginPageLayout > tbody > tr > td {
    vertical-align: middle;
    padding-bottom: 130px;
}

.loginBlock {
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 40px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border: 1px solid #f5f5f5;
}


.loginBlock .loginBlockHeader {
    text-align: center;
    padding-bottom: 25px;
}

.loginBlock .loginBlockHeader img {
    max-width: 260px;
}


.loginBlock .loginBlockContent {

}

.text-danger {
    background: #d45d5d;
    padding: 20px 20px;

    margin: 0 -41px;
    margin-top: -5px;
    color: #fff;
    margin-bottom: 35px;
    text-align: center;
}





.fl_wrap { position: relative;}

.fl_wrap.focused .fl_label, .fl_wrap.populated .fl_label {
    top: 0;
    font-size: 12px;
    color: #555;
    line-height: 26px;
}



.fl_label {
    font-size: 16px;
    top: 0;
    line-height: 50px;
    left: 15px;
    position: absolute;
    z-index: 3;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    text-transform: capitalize;
    color: #777;
}

