*{
	padding: 0px;
	margin: 0px;
}

/* Chrome, Safari, Edge, Opera */
        input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        /* Firefox */
        input[type=number] {
            -moz-appearance: textfield;
        }

body {
    height: 100%;
    margin: 0;
    min-width: 320px;
    background: url(../img/back.jpg);
    background-repeat: no-repeat;
    background-size: cover;  
}

.login{
	    min-height: 100vh;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 420px;
    background-color: rgb(0 0 0 / 72%);
    padding: 0 24px;
    color: #fafafa;
    position: relative;
    text-align: center;	
    padding-top: 50px;
    padding-bottom: 68px;
}

.login .inner-login {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    flex: 1 0 auto;
}

.footer{
	bottom: 0px;
	padding-bottom: 20px;
}

.topheader{
	padding-top: 50px;
	padding-bottom: 50px;
}

.topheader h5{
	font-size: 30px;
}

.footer span{
	font-size: 12px;
}

.footer a{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.copyright p{
	font-size: 12px;
}

.copyright button{
	background: none;
	border: 2px solid #fff;
}

.otp-inputs{

}
.otp-inputs ul{
  padding-left: 0;
}
.otp-inputs ul li{
  display: inline-block;
  list-style: none;
}
.otp-inputs ul li input{
  height: 40px;
  border-radius: 5px;
  width: 50px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid rgba(0,0,0,.5);
}
.otp-inputs ul li input:focus,
.otp-inputs ul li input:focus-visible{
  border-color: #0070e0;
  outline: 0px;
}
