::selection {
    background: #dc66fa; /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: #dc66fa; /* Gecko Browsers */
}

#content{
	display: flex;
	justify-content: center;
	align-items: center;
}

.control-group{
	margin-top: 16px;
	margin-bottom: 16px;
}

#header{
	margin-top: 45px;
	margin-bottom:  30px; 
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.logo{
	position:  absolute;
	right: 45px;
}

.logged-out{
	display: flex;
}


.textinput{
	border: solid 1.5px;
	border-radius: 5px;
}

.textInput{
	border: solid 1.5px;
}

.textInput:focus {
	background-color: white;
	border-color: #4965f2;
	box-shadow: rgba(0, 18, 107, 0.3) 0px 0px 0px 3px;
}

.textinput:focus{
	background-color: white;
	border-color: #4965f2;
	box-shadow: rgba(0, 18, 107, 0.3) 0px 0px 0px 3px;
}

input:focus {
    outline: none !important;
}

