.Gbluewhite {
    background: #E9F1F7;
background-repeat: no-repeat;
background-size: 100% 100%;

}
html {
    height: 100%
}

.logincontent {

    display: flex;
    align-items: center;
    
}


.textwhite { color:#E9F1F7;
 text-align: center;
}


.containertodo {
    border-radius: 16px;
    border: solid #54426B;
    width: 1000px;
    flex: 6;
    margin: 100px;
	background-color: #DBD5B2;
}


.sectortodo{
    border-radius: 16px;
    border: solid #E9F1F7; 
	background-color: #DBD5B2;
}


  .custom_inpu {
	display: flex;
	align-items: center;
	position: relative;
	max-width: 100%;
}

.inpu {
	font-size: 21px;
	padding: 8px 16px;
	width: 100%;
	outline: none;
	background: #FFFFFF;
	color: black;
	border: 4px solid #54426B;
	border-radius: 7px;
	transition: .3s ease;
}

.inpu:focus {
	background: #FFFFFF;
	border: 3px solid #54426B;
	border-radius: 10px;
}

.inpu::placeholder {
	color: black;
}
.flexbox4 {
	display: flex;
	
}
.buttonClass {
	background-color:#613cea;
	border-radius:11px;
	border:1px solid #54426b;
	display:inline-block;
	cursor:pointer;
	color:#e9f1f7;
	font-family:Arial;
	font-size:16px;
	padding:0 6%;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
	margin-top: 5%;
	margin-bottom: 5%; }
.buttonClass:hover {
	background-color:#635ced;
}
.buttonClass:active {
	position:relative;
	top:1px;
}
.justaddon {
	justify-content: center;
}
.textaddlarge {
	font-size: x-large;
}