html,
body {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
	font-weight:400;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #270c77;
}
.logo {
	margin-bottom:15px;
}
.form-signin {
  width: 100%;
  max-width: 1030px;
  padding: 15px;
  margin: auto;
 
}
.form-signin form {
	    margin-left: 70px;
	display: inline-block;
    width: 330px;
	max-width:330px;
	    vertical-align: middle;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: 10px;

}

.form-signin input[type="password"] {
  margin-bottom: 10px;

}
.form-signin input[type="date"] {
  margin-bottom: 10px;
}
.form-signin input[type="email"] {
  margin-bottom: 10px;
}
.form-signin input[type="file"] {
  margin-bottom: 10px;
  padding: 6px!important;
    height: auto;
}
.pasports{
	top: -28px!important;
    color: #000;
    opacity: 1!important;
}
.lastprp {
	padding-bottom: 10px;
}
#smskodresp, #restanswer {
	display:none;
}
.alert {
	margin: auto;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: fit-content;
}
.btn-primary {
    color: #fff;
    background-color: #1b1b49;
    border-color: #1b1b49;
}

#homeinglogin img{
	width: 100%;
}

#homeinglogin {
	display: inline-block;
    height: auto;
    width: 482px;
	
}
@media (max-width: 740px) {
	#homeinglogin {
		width:100%;
	}
	.form-signin form {
		width:100%;
		margin-left:0px;
	}
	body {
		margin-top:1px;
	}
}
.form-floating>label {
	color:#6f7275;
}
#loginin {
	background:#5e5eff;
}

#loginin:hover {
    background: #0a58ca;
}
form h1 {
	color:#fff;
}

.text-muted {
	color:#fff!important;
	padding-top: 10px;
}

#resetin {
	background:#5e5eff;
}

#resetin:hover {
    background: #0a58ca;
}

#sendreset {
	background:#5e5eff;
}

#sendreset:hover {
    background: #0a58ca;
}
#nonhid {
	display:none;
}