@import url('https://rsms.me/inter/inter-ui.css');
::selection {
  background: #4D77A1;
}
::-webkit-selection {
  background: #4D77A1;
}
::-moz-selection {
  background: #4D77A1;
}

.page {
  background: #e2e2e5;
  display: flex;
  flex-direction: column;
  height: calc(100% - 40px);
  position: absolute;
  place-content: center;
  width: calc(100% - 40px);
}
@media (max-width: 767px) {
  .page {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.container {
  display: flex;
  height: 320px;
  margin: 0 auto;
  width: 640px;
}
@media (max-width: 767px) {
  .container {
    flex-direction: column;
    height: 630px;
    width: 320px;
  }
}
.left {
  background: white;
  height: calc(100% - 40px);
  top: 20px;
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .left {
    height: 100%;
    left: 20px;
    width: calc(100% - 40px);
    max-height: 270px;
  }
}
.login {
  font-size: 50px;
  font-weight: 900;
}
.eula {
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  margin: 40px;
}
.right {
  /*box-shadow: 0px 0px 40px 16px rgba(0,0,0,0.22);*/
  color: #F1F1F2;
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .right {
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    max-height: 250px;
  }
}
svg {
  position: absolute;
  width: 320px;
}
path {
  fill: none;
  stroke: url(#linearGradient);;
  stroke-width: 4;
  stroke-dasharray: 240 1386;
}
.form {
  position: absolute;
  width:300px;
}
label {
  color:  #909090;
  display: block;
  font-size: 14px;
  height: 16px;
  margin-top: 16px;
  margin-bottom: 5px;
}
input{
  background: transparent;
  border: solid 1px #c2c2c5;
  color: #000000;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  outline: none !important;
  width: 100%;
}
input::-moz-focus-inner { 
  border: 0; 
}
#submit {
  color: #707075;
  margin-top: 0px;
  transition: color 300ms;
  border:solid 1px #4D77A1;
}
#loginBtn:focus {
  color: #ffffff;
  border:none;
	background: #325D88 url('/images/icons/login-icon-hover.png') no-repeat;
	background-position: 50 15;
}
#loginBtn:active {
  color: #707075;
  border:none;
}
#loginBtn:hover{
	background: #325D88 url('/images/icons/login-icon-hover_focus.png') no-repeat;
	color:#FFFFFF;
	background-position: 50 15;
	border-radius: 90px;
	border:dashed 1px #4E77A1;
	cursor:pointer;
	font-size:14px;
}
#loginBtn{
  	transition: color 300ms;
	font-size:14px;
	height:	52px;
	cursor:pointer;
	width:80%;
	background: #8db4dc url('/images/icons/login-icon.png') no-repeat;
	/*background-image: linear-gradient(#8db4dc, #325D88);background-image: linear-gradient(#8db4dc, #325D88);  */
	background-position: 50 15;
	border-radius: 90px;
	border:dashed 1px #4E77A1;
	margin-left:34px;
}
#signUpBtn{
	font-size:14px;
  	transition: color 300ms;
	height:	52px;
	cursor:pointer;
	width:80%;
	background: #8db4dc url('/images/icons/lock_and_key.png') no-repeat;
	/*background-image: linear-gradient(#8db4dc, #325D88);background-image: linear-gradient(#8db4dc, #325D88);  */
	background-position: 50 15;
	border-radius: 90px;
	border:dashed 1px #4E77A1;
	margin-left:34px;
}
#signUpBtn:hover{
	background: #325D88 url('/images/icons/lock_and_key_over.png') no-repeat;
	color:#FFFFFF;
	background-position: 50 15;
	border-radius: 90px;
	border:dashed 1px #4E77A1;
	cursor:pointer;
	font-size:14px;
}
#signUpBtn:focus {
  color: #ffffff;
  border:none;
	background: #325D88 url('/images/icons/lock_and_key_over_focus.png') no-repeat;
	background-position: 50 15;
}
#signUpBtn:active {
  color: #707075;
  border:none;
}