html,body{
	font-size: 100%;
	height: 100%;
}

.login-container{
	position: relative;
	display: inherit !important;
    height: 100%;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.logo-header{
	width: 100%;
    height: 85px;
    background-color: rgb(81, 88, 94);
    text-align: center;
    display: block;
}

.welcome-msg{
	position: absolute;
	width: 35%;
	height: 180px;
	line-height: 180px;
	left: 50%;
	top: 50%;
	font-size: 30px;
	font-weight: bold;
	color: white;
	text-align: center;
	transform: translate(-50%,-50%);
	background-color: black;
	opacity: 0.5;
	z-index: 100;
	border-radius: 10px;
	display: none;
}

.logo-header img{
	position: relative;
    top: 50%;
    text-align: center;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

.login-form{
	width: 100%;
    text-align: center;
    background: rgba(243,243,243, 0.9);
    height: 100%;
}

.login-form_bg{
	background: url("images/background.png") center no-repeat;
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}

.login-form h1 {
    font-size: 23px;
    line-height: 24px;
    font-weight: 400;
    /*font-family: "Open Sans";*/
    text-transform: uppercase;
    margin-top: 0px;
}

.login-details {
    width: 40%;
    margin: 2.9rem auto 2.9rem auto;
    border: 0rem solid red;
    background: #fff;
}

.login-form h2 {
    font-size: 18px;
    line-height: 25px;
    /*font-family: "Open Sans";*/
    padding-top: 35px;
    font-weight: 100;
    color: #646a71;
}

.congrats-heading{
	padding-top: 40px;
	color: #646a71;
}

.congrats-body{
	font-size: 20px;
    line-height: 25px;
    /*font-family: "Open Sans";*/
    padding-top: 25px;
    padding-bottom: 25px;
    width: 80%;
    margin: 0 auto;
    font-weight: 100;
    color: #646a71;
}

.form {
    padding: 15px 0px 0px 40px;
}

.relative {
    position: relative;
}

.info-img{
	float: left;
	padding-left: 5px;
	height: 35px;
	cursor: pointer;
}

.info-img img{
	vertical-align: middle;
	padding-top: 7px;
}

.place-holder{
	position: absolute;
	background-color: white;
	font-size: 16px;
	top: 6px;
	left: 12px;
	color: #d9d9d9;
}

.warning-label{
	font-size: 12px;
	color: red;
	text-align: left;
	width: 100%;
	font-weight: 500;
	vertical-align: super;
}

.admin-name-txt{
	position: absolute;
	background-color: white;
	font-size: 10px;
	top: -5px;
	left: 10px;
	color: rgb(194, 194, 194);
}

.input-text{
    /*font-family: "Open Sans";*/
    font-size: 16px;
    outline: 0;
    width: 100%;
    font-weight: 500;
}

.user-name {
    padding-left: 10px;
}

.reg-field {
    border: 1px solid rgb(194, 194, 194);
    background-color: rgb(255, 255, 255);
    text-align: left;
    height: 35px;
    margin: 0 auto;
    float: left;
    display: inline-block;
    width: 90%;
    padding-left: 10px;
}

.red-border{
	border: 1px solid red;
}

.red-color{
	color: red;
}

.submit-button{
	width: 90%;
	margin-bottom: 30px;
	margin-top: 10px;
}

.login-btn {
    width: 100%;
    height: 38px;
    margin: 0 auto;
    background-color: rgb(81, 88, 94);
    outline: none;
    border: 0;
    text-align: center;
    color: #fff;
    padding: 0;
    border-radius: 0;
}

.yellow-line {
    background-color: rgb(252, 190, 6);
    box-shadow: 0.6px 0.7px 2px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 5px;
}

.login-form h3 {
    font-size: 12px;
    line-height: 1.4rem;
    /*font-family: "Open Sans";*/
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0px;
}

.login-form h4 {
    font-size: 12px;
    line-height: 1.4rem;
    /*font-family: "Open Sans";*/
    font-weight: 600;
    margin-top: 0px;
}

.registration-warning{
    color:red;
}
