.form-box{
	background-color: white;
	height: 650px;
	width: 700px;
	position: relative;
	margin: auto;
    margin-top: 15px;
	padding: 5px;
    margin-bottom: 15px;
	/*margin: 6% auto;*/
	background-size: cover;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

@media only screen and (max-width: 600px){
	.form-box{
		width: 90%;
		margin: auto;
	}
}
.access-form{
	height: 100%;
	width: 75%;
}

.button-box{
	border-radius: 0px;
	width: 291px;
	margin: 40px auto;
	position: relative;
	box-shadow: 0 0 8px 1px #002445;
}

.toggle-btn{
	border: none;
	background: transparent;
	padding: 10px 25px;
	margin-left: 28px;
	cursor: pointer;
	outline: none;
	position: relative;
}

.toggle-btn:focus{
	outline: none;
}

.left{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.right{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

#selector{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 150px;
	height: 100%;
	background-color: #00e8ff;
	transition: .5s;
}

div.form
{
    float:left;
    display: block;
}

.input-group{
	top: 140px;
	position: absolute;
	width: 350px;
	transition: .5s;
}

.input-field{
	width: 100%;
	padding: 5px 0px;
	margin: 5px 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #999;
	outline: none;
    box-shadow: none !important;
	background: transparent;
}

.submit-btn{
	/*width: 85%;
	margin: auto;
    */
    width: 100%;
	padding: 10px 30px;
    position: relative;
	cursor: pointer;
	display: block;
	background: linear-gradient(to right, #00e8ff, #0084ff);
	color: white;
	border: 1px solid;
	outline: none;
}

.pwd-checkbox{
	margin: 30px 10px 30px 0px;
}

.pwd-check-text{
	color: #777;
	font-size: 12px;
	bottom: 50px;
	position: relative;
}

.form-state{
	top: 0px;
	width: 1000px;
	text-align: center;
	font-size: 15px;
	border: 0.2px solid black;
	border-radius: 0;
}

.auth-danger-sm{
	color: red;
	font-size: 13px;
}

.auth-success-sm{
	color: green;
	font-size: 13px;
}
