@charset "UTF-8";

body{
	margin:0px;
}

form{
	padding-top: 100px;
	position: relative;
}

.err_messege{
	position: absolute;
    top: 45px;
    right: 75px;
    color:red;
 }

.err1_messege{
	 position: absolute;
    top: 145px;
    right: 60px;
    color:red;
}

.textError{
	color:red;
	margin-top: -45px;
}

.lgn_container{
	width: 100%;
    height: 365px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    text-align: center;

}

.label{
	font-size: 20px;
	padding-right: 10px;
	font-weight: 600;
	margin-right: 100px;

}

.input{
	width: 280px;
    height: 30px;
    border: 1px solid black;
    border-radius: 5px;
}

.lgn_warrper{
	display: table;
	width: 100%;
	padding-bottom: 50px;
}
.label_container{
	display: table-cell;
	text-align: left;
}

.input_container{
	display: table-cell;
	text-align: right;
}

.button{
	width: 150px;
    height: 35px;
    background-color: #4172f3;
    border: 1px solid black;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.button:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	border-bottom: none;
}
.lgo_messege{
	 color: red;
     font-size: 20px;
     line-height: 40px;
     position: absolute;
     top: -40px;
}

.timeout_message{
	color: red;
     font-size: 20px;
     line-height: 40px;
     position: absolute;
     top: -40px;
}
