html{
  height: 100%;
}
body {
  font-family: Roboto,arial,sans-serif;
	font-size: 14px;
  background: linear-gradient(135deg,#f3f3f3,#f3f3f3 50%,#ececec 0,#ececec);
  height: 100%;
	line-height: 1.4;
  display: flex;
  align-items: center;
}
.container {
  margin: auto;
}
#api {
  background: white;
  padding: 50px 100px;
	border-width: 1px 1px 3px 1px;
	border-style: solid;
	border-color: lightgrey;
	width: 400px;
}
h1 {
  color: #2b4464;
  font-weight: 300;
  margin: 0 0 14px 0;
}
h2 {
  font-size: 14px;
  font-weight: normal;
}
ul, ul ul {
	list-style-type: none;
	padding-inline-start: 0;
}
.options, .buttons {
  text-align: center;
}
.entry {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.divider h2 {
  display: none;
}
.phoneNumbers, .phoneEntry, #codeVerification {
  padding-bottom: 20px;
}
.phoneEntry .code {
  padding-bottom: 10px;
}
#codeVerification {
  padding-bottom: 20px;
}
.helpLink {
  display: none;
}
.create {
  width: 400px ;
  margin-left: auto ;
  margin-right: auto ;
}
button {
  background: #2b4464;
  color: white;
  padding: 11px 20px;
  font-family: Roboto,arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-width: 0;
  border-radius: 0;
	cursor: pointer;
	margin: 0 12px;
	min-width: 93px;
}
.entry .entry-item label {
  display: none;
}
.attrEntry label {
  display: none;
}
.entry .entry-item input, .attrEntry input {
  width: calc(100% - 31px);
  font-family: Roboto,arial,sans-serif;
  font-size: 14px;
	padding: 14px;
  margin: 14px 0;
  border-width: 1px;
  border-radius: 0;
	display: flex;
}
.social .intro h2 {
	font-size: 14px;
	margin-top: 42px;
	text-align: center;
}
.localAccount .buttons button {
  margin: 14px 0 0 0;
}
.rememberMe {
  display: flex;
}
.rememberMe label {
  flex: 1;
}
.error {
	color: darkred;
}
.footer {
	text-align: center;
}
a {
	color: #1692b7;
	text-decoration: none;
}
a:hover {
	color: #2b4464;
	text-decoration: underline;
}
#simplemodal-overlay {
	display: none !important;
}
@media (max-width: 620px) {
  #api {
		padding: 10px;
	}
	#api, .entry, .create {
		width: 95%;
	}
	.social .intro h2 {
		font-size: 14px;
		margin-top: 28px;
	}
	.container img {
		width: 240px;
	}
  .buttons #sendCode, .buttons #verifyPhone, .buttons #cancel {
    margin: 0 5px;
  }
}	