body {
    font-family: 'Titillium Web', sans-serif;
	background:linear-gradient(to right, rgb(0, 89, 179), rgb(87, 218, 255));
}

.warning{
	background-color: #fff;
    border-radius: 4px;
    padding: 10px 15px;
    width: 50vw;
    margin: 0 auto;
    min-width: 409px;
    margin-bottom: 20px;
	border: 1px solid #d6d6d6;
	border-left: 4px solid #FF5722;
}

#api{
	display: flex;
    justify-content: center;
}

#api form {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 20px;
	background-color:#fff;
}

h1 {
	text-align: center;
	color:#fff;
}

.intro h2 {
	text-align: center;
}

.entry {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.entry-item{
	margin-bottom: 20px;
}

.entry-item:nth-child(2){
	position: relative;
    padding-bottom: 25px;
}

.divider h2 {
	text-align: center;
}

.create {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

label{
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: #435a70;
	margin-bottom:4px;
}

input, input:active, input:focus{
	outline: 0;
    height: 50px;
    border-radius: .5rem;
    text-indent: 20px;
    box-shadow: 0 2px 10px rgba(0,0,150,.15);
	border: 1px solid #fff;
	font-family: inherit;
	font-size: 16px;
	width:100%;
}

input:-internal-autofill-selected {
    background-color: #fff!important;
}

.password-label {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.error{
    font-size: 14px;
    color: #d9364f;
}

button{
	color: #fff;
    background-color: #06c;
    border-color: #06c;
    white-space: initial;
    text-decoration: none;
	font-weight: 600;
	border: 0 solid transparent;
    border-radius: 4px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	text-align: center;
    vertical-align: middle;
	padding: 10px 20px;
    font-size: 14px;
    line-height: 1.45;
	cursor: pointer;
}

button:hover {
    color: #fff;
    background-color: #0053a6;
    border-color: #004d99;
}

button#next{
	width:100%;
}

#createAccount{
	margin-left: 8px;
}

.divider{
	display: none;
}

.create{
	margin-top: 30px;
    text-align: center;
}

.error_container{
	width: 50%;
    margin: 0 auto;
    background-color: #fff;
    border-left: 8px solid #d9364f;
	border-top:1px solid  #b1b1b3;
	border-right:1px solid  #b1b1b3;
	border-bottom:1px solid  #b1b1b3;
    padding: 0 20px;
}

.error_container *{
	font-family: 'Titillium Web', sans-serif !important;
}

.error_container h1{
	font-weight: bold!important;
}

.error_container p{
	font-size:16px!important;
}

.privacy{
	text-align: center;
	margin:15px 0;
}

.privacy a:link, privacy a:active, .privacy a:visited{
		color:#0f009a;
}
