html, body {
    height: 100vh;
    padding: 0;
    background-color: #f5f5f5;
    font-family: Arial;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    margin: 0px;
}
#error {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: red;
}
content {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 100px;
    align-items: center;
}

.form_part {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 50px;
    margin-left: 50px;
}
.img_part {
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_part img{
      height: 80%;
      margin-top: -65px;
}
.form {
	width: 450px;
	height: 600px;
	display: flex;
	align-items: center;
    flex-direction: column;
}
.form_main {
	width: 410px;
	height: 540px;
	background-color: #e8e8e8;
	border-radius: 10px 10px 10px 10px;
}
.form_cont {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-top: -80px;
}
.form_cont img {
	width: 80%;
}
.form_cont p {
	text-align: center;
}
.form_cont form{
	display: flex;
    width: 100%;
    justify-content: center;
	flex-wrap: wrap;
}
.form_cont input, .form_cont select {
    width: 65%;
    height: 40px;
    font-size: 18px;
    border-radius: 10px 10px 10px 10px;
    border: none;
    padding-left: 50px;
	margin-bottom: 10px;
}
.form_cont select {
  padding-left: 20px;
  background-color: #fff;
  width: 78%;
  color: #757575;
}
.form_select {
  color: #000000;
}
.form_select1 {
	color: #757575;
}
.form_cont input[type="text"] {
  padding-left: 50px;
  background: url("/images/login/usrico.svg") no-repeat left;
  background-color: #fff;
  background-size: 20px;
  background-position-x: 22px;
  background-position-y: 10px;
}
.form_cont input[type="password"] {
  padding-left: 50px;
  background: url("/images/login/passico.svg") no-repeat left;
  background-color: #fff;
  background-size: 17px;
  background-position-x: 22px;
  background-position-y: 8px;
}
.form_cont input[type="checkbox"]{
    width: 0px;
    height: 0px;
    appearance: none;
    display: grid;
    padding-left: 0px;
}
.form_cont input[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #cacaca;
  content: "";
  background: #FFF;
  border-radius: 20%;
}	
.form_cont input[type="checkbox"]:after {
  position: relative;
  display: block;
  left: 0px;
  top: -20px;
  width: 20px;
  height: 20px;
  border-radius: 15%;
  cursor: pointer; 
  transition: color 0.5s ease;
  transition: background 0.5s ease;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}
.form_cont input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.form_cont input[type="checkbox"]:checked:after {
  background-color: #648fc7;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB5SURBVHgBjVDBDYAgELvEBXz6ZARGcARHcAQ30BHciFGIEzDCWQ0EbCDYpOHg2iM9kQ5U1YAB9E899MQ4HDiBI3ilCVtsssFpxvuDxCI/ZPGuX9jU8DwFXEh8cCg2heJ+1sJZEpXmsbURNgWtLIJNc2FY5Q9iJtPq360Z4U5VGlIHAAAAAElFTkSuQmCC);
}
.form_cont input[type="checkbox"]:not(:checked):hover:before {
  border-color: #A9B9D1;
  box-shadow: 0 0 0 0.1rem #a9b9d161, 0rem 0.2rem 0.3rem 0.1rem #aaa;
}

.form_cont input[type="submit"]{
    background-color: #003374;
	color: #fff;
	width: 80%;
	padding-left: 0px;
    font-weight: bold;
    height: 45px;
}
.form_cont input[type="submit"]:hover{
    background-color: #648FC7;
    cursor: pointer;
}
.form_tb {
    margin: 10px 0 20px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    width: 80%;

}
.form_tb div{
	color: #8e8e8e;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 25px;
    padding-top: 20px;
}
.form_lng {
    width: 50%;
    display: flex;
    margin: 20px 0 20px 0;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.form_cont h3 {
    color: #003374;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}
.form_lng img{
    padding: 4px;
}
.form_cont select {
    padding-left: 20px;
    background-color: #fff;
    width: 78%;
}
.form_empty_space {
    height: 125px;
}
.form_foot {
    color: #8e8e8e;
    padding-top: 11px;
    font-size: 14px;
}
#ring
{
  top:50%;
  left:50%;
  transform:translate(-30%,-30%);
  width:110px;
  height:110px;
  background:#648fc7;
  border-radius:50%;
  border: 10px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.belt:before
{
  content:'';
  position:absolute;
  top:-10px;
  left:-10px;
  width:100%;
  height:100%;
  border:10px solid transparent;
  border-top:10px solid #003374;
  border-right:10px solid #003374;
  border-radius:50%;
  animation:animateC 2s linear infinite;
}

#ring span
{
  display:block;
  position:absolute;
  top:calc(50% - 2px);
  left:50%;
  width:50%;
  height:4px;
  background:transparent;
  transform-origin:left;
  animation:animate 2s linear infinite;
}
#ring span:before
{
  content:'';
  position:absolute;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#648FC7;
  top:40px;
  right:5px;
  box-shadow:0 0 20px #003374;
}
@keyframes animateC
{
  0%
  {
    transform:rotate(0deg);
  }
  100%
  {
    transform:rotate(360deg);
  }
}
@keyframes animate
{
  0%
  {
    transform:rotate(0deg);
  }
  100%
  {
    transform:rotate(360deg);
  }
}
#more {
    width: 220px;
    color: #ababab;
    font-size: 14px;
    padding: 20px;
    visibility: hidden;
    background-color: #e8e8e8;
    border-radius: 10px 10px 10px 10px;
}
#more A {
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #003374;
	
}
@media screen and (max-width: 1300px) { 
.img_part img{ width: 80%; } 
}
@media screen and (max-width: 1200px) { 
.img_part img{ display: none; } 
}
@media screen and (max-width: 600px) { 
  .form_part {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 5px;
    margin-left: 5px;
  } 
  .form_main {
	width: 100%;
  }
  .form {
     width: 100%; 
  }
  content {
     margin-top: 40px;
     margin-left: 25px;
     margin-right: 25px; 
  }
}