@import url(https://fonts.googleapis.com/css?family=Roboto:300);
/*-------- Icon Fonts Import --------------*/
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?-59vg60');
    src: url('fonts/icomoon.eot?#iefix-59vg60') format('embedded-opentype'),
    url('fonts/icomoon.woff?-59vg60') format('woff'),
    url('fonts/icomoon.ttf?-59vg60') format('truetype'),
    url('fonts/icomoon.svg?-59vg60#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    height: 100%; /* The html and body elements cannot have any padding or margin. */
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    height: 100%;
}
label {
    font-weight: 500;
}
.blue2bg {
    background-color: #3498db;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.has-feedback .form-control {
    padding-left: 40px;
    font-size: 16px;
}
.leftpadding1 {
    padding-left: 20px;
}
.formbox {
    padding: 15px 30px 15px 30px;
    height: auto;
    max-width: 350px;
}
.loginlogo {
    height: 65px;
    margin-bottom: 25px;
}
#canvas {
    padding-left: 15px;
    margin: 0 auto;
}
.vcenter {
    top: 20%;
    height: auto;
}
.Errormsg{
	padding:10px;
	text-align:center;
	color:white;
	}
.forgotpass {
    font-size: 13px;
    display: block;
    text-align: center;
    color: #fff;
}
.forgotpass:hover {
    color: orange;
    cursor: pointer;
}
.loginbtn-primary {
    margin-top: 25px;
    color: #fff;
    background-color: #00518C;
    border: 0;
}
.loginbtn-primary:hover {
    color: #fff;
    background-color: orange;
}
.form-control {
    border-color: #d7d7d7;
    padding: 6px 7px;
    font-size: 13px;
    /*color: #cecece;*/
}
option {
    font-weight: normal;
    display: block;
    padding: 5px 2px 5px;
    white-space: pre;
    min-height: 1.2em;
    line-height: 2em;
}
.form-control-feedback {
    top: 0px;
    left: 0px;
}
.leftfeed {
    color: #999999;
}
hr {
    border-color: #ececec;
}
button {
    outline: 0;
}
textarea {
    resize: none;
    outline: 0;
}
ul {
    padding: 0;
}
h3, h4 {
    padding-bottom: 10px;
}
/* Footer Ends */
@media all and (max-width: 1024px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
    -webkit-font-smoothing: subpixel-antialiased;

}
@media all and (max-width: 768px) {
}
@media all and (max-width: 480px) {
    .vcenter {
        top: 5%;
    }
}