	.bg {
width: 100%;
height: 100%;
background-color:#ffd1dc;
}
.container {
    width: 30%;
	height: 30%;
    margin: 0 auto;
    background-color: #bb99dd;
    color: #F3FAFC;
    font-family: 'Raleway', Georgia;
    text-align: left;
    padding: 20px;
	display: inline-block;

	position: absolute;
	top: 40%;
    left: 40%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.loginFrm {
	width: 100%;
	height: 10px;
	top: 15px;
	text-align: center;	
	transform: translate(-10%, -10%);
	display: inline-block; 
	font-size: 30px;
	font-weight: 100; 
	margin-bottom: 30px;
	color: #D3D3D3;  
	max-width: auto; 
	top: 0%;
	position: absolute; 
	margin: 0 auto;  
	padding-right: 100px; 
	padding-top:10px;
	padding-bottom: 10px;	
	 background-color: #bb99dd; 
}
.container2 {
    font-family: 'Raleway', sans-serif;
    padding: 20px;
    display: inline-block;
    position: relative;
    position: absolute;
    top: 3%;
    left: 80%;
    font-size: 12px;
    transform: translate(0%, -50%);
    background-color: #618DF6;
}

h2 {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 10px;
   
}
.container1 p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.regisFrm input[type="text"], .regisFrm input[type="email"], .regisFrm input[type="password"] {
    width: 90.5%;
    padding: 10px;
    margin: 10px 0;
    outline: none;
    color: #73b3d9;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-left: 5x;
     
 
}
.send-button {
    text-align: left;
    margin-top: 20px;
    width: 100%;
}
.send-button input[type="submit"] {
    padding: 10px 0;
    width: 80.5%;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: none;
    outline: none;
    color: #FFF;
    background-color: #2196F3;
    cursor: pointer;
    margin-left: 5px;
}
.send-button input[type="submit"]:hover {
    background-color: #055d54;
}
.regisFrm1 {
	font-size: 20px;
    font-weight:100;
    margin-top: 80px;

}

a.logout{float: right;}
p.success{color:#34A853;}
p.error{color:#EA4335;}