/*-----------------accounts for all css designs---------------*/
.accounts{
	border:0px solid green;
	height:100vh;
	background-image: linear-gradient(180deg,#e0e0e0, #e8ebf0);
	overflow: auto;
	padding:20px;
	box-sizing: border-box;
}

.accounts a img{
	width:100%;
	height:14s0px;
}

.accounts div section{
	border:0px solid green;
	margin:15vh 0px 0px;
	padding:20px;
	box-sizing:border-box;
	background-color:#fff;
	border-radius:20px 20px 20px 0px;
	box-shadow:1px 2px 15px gray;
}

.accounts div section h1{
	color:#137DC5;
	text-align: center;
	padding:10px;
	box-sizing: border-box;
	font-size:30px !important;
}

.accounts div section div input{
	border:1px solid gray;
}

.accounts div section div label{
	color:#137DC5;
	font-weight: bold;
}

.accounts div section div input:focus{
	box-shadow: none;
	outline:0px;
}

.button{
	width:100%;
	height:50px;
	background-color:#137DC5;
	color:#fff;
	border:0px;
	margin:20px 0px;
	border-radius:10px;
	font-weight: bold;
}

.button:disabled{
	background-color: gray;
}