.form-control {
	border-radius: 0px;
	font-size: 14px;
	box-shadow: none;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
}

.modal-content {
	border-radius: 0;
	border: none;
/* 	font-size: 14px; */
}
.modal .modal-dialog{
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%) !important;
}

.modal-content label {
	white-space: nowrap;
	font-weight: 500;
	width: 105px;
}

.modal-content .modal-header {
	background-color: #1ec182;
	border-radius: 0;
	color: white;
	height: 45px;
}

.modal-content .modal-header h5 {
	font-size: 1.8rem;
	margin-top: -5px;
}

.modal-content .close {
	color: white;
	font-size: 2.5rem;
	margin-top: -25px;
}

.modal-body .login-btn {
	width: 380px;
	background-color: #1ec182;
	color: white;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#validCode,#validCode1{
	width: 90px;
}
.btn-back-green {
	width: 120px;
    background-color: #1ec182;
    color: white;
    font-size: 14px;
    outline: none;
    border-radius: 0;
}
.btn-back-green:hover{
	color: #FFFFFF;
	opacity: .8;
}
