﻿html,
body {
    height: 100%;
}

@font-face {
    font-family: gilroyLight;
    src: url(/fonts/Gilroy-Light.otf)
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    background-color: #343A40;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: gilroyLight, sans-serif !important;
    font-size: 16px;
}

.iqtcimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    width: 100px;
    padding-top: 15px;
    padding-bottom: 15px;

}

.form-login {
    width: 100%;
    max-width: 330px;
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
    margin: 0 auto;
    font-family: gilroyLight, sans-serif !important;
}

    .form-login .checkbox {
        font-weight: 400;
        position: center;
        text-align: center;
        font-size: 16px;
        font-family: gilroyLight, sans-serif !important;
    }

    .form-login .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
        font-family: gilroyLight, sans-serif !important;
    }

.form-login .form-control:focus {
    z-index: 2;
}

    .form-login .text-box {
        border-radius: 5px;
        border-style: solid;
        border-color: lightgray;
        padding: 10px;
        margin-bottom: -2px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        font-size: 16px;
        font-family: gilroyLight, sans-serif !important;
    }

    .form-login input[type="password"] {
        border-radius: 5px;
        border-style: solid;
        border-color: lightgray;
        padding: 10px;
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        font-family: gilroyLight, sans-serif !important;
    }

.form-control {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn {
    border: thin solid #cfd1d1;
    border-radius: 5px;
    padding: 8px 16px 8px 16px;
    color: #fff;
    font-size: 16px;
    font-family: gilroyLight, sans-serif !important;
}

.btn-primary {
    background: #2b92d0;
}

.form-login .form-border {
    border-style: solid;
    border: 10px;
    border-color: #343A40;
    background-color: #f5f5f5;
    color: #f5f5f5;
    padding: 0px;
    margin-bottom: -20px;
}

.form-login .form-border .form-top {
    margin-top: -20px;
    width: 100%;
    height: 100%;
    padding-top:5px;
    padding-bottom:5px;
}

.help-inline {
	background-color: blue;
}

#login-error-box {
	background-color: orange;
	color: white;
	padding: 5px;
}

.validation-summary-errors ul {

	list-style-type: none;
	border: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.validation-summary-errors ul li {

	width: 100%;
	border: none;
	padding: 0px;
	margin: 0px;
}

.display-none {

	display: none;
}