.login{min-height: 200px;width: 500px;margin: auto;background: #fcfcfc00;padding: 50px 100px;margin-bottom: 100px;font-family: sans-serif;/* border: 1px solid; */}


.login input{height: 30px;outline: none;font-size: 16px;line-height: 30px;vertical-align: middle;}



.login-wrap div{
  margin:10px;
}

.next{
  margin-top: 30px;
}


.login input[type="button"]{
  padding: 5px 10px;
  font-size: 20px;
  height: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}

input[type="number"]{
  /* -webkit-appearance: none; */
  -moz-appearance: textfield;
}


form{
  padding: 20px 0;
}

label{
      margin-right: 10px;
      padding: 10px;
      background: #ececec;
}


.container iframe{
    width: 70%;
    height: 400px;
}

.reg div{
  margin:10px;
 
  align-items: center;
}

.reg div div:nth-child(2){
  flex: 1;
}

.reg input{
  outline: none;
  border: none;
  padding: 15px;
  width: 100%;
  box-shadow: 0 0 5px #5db8ff;
  font-size: 1em;
  color: #505050;
  background: #4979ff;
  font-family: sans-serif;
  height: auto;
  border-radius: 10px;
}

.reg input:not(#user):required:valid {
    background: #fff url(../img/valid.png) no-repeat 98% center;
}

.reg input:required {
    background: #fff url(../img/red_asterisk.png) no-repeat 98% center;
}




@media only screen and (max-width: 700px){

.login {
    width: 100%;
    margin: auto;
    background: #fcfcfc00;
    padding: 50px 0;
    margin-bottom: 0;
    font-family: sans-serif;
}

}