
.applymain .no-slide-div{
	min-height: calc(100vh - 90px);	
}
footer .bottom-footer2{
    padding-top: 24px;
    padding-bottom: 24px;
}
.applyimg{
    border-radius: 50%;
    box-shadow: 14px 10px 0 0px #e87915;
    border-top: 10px solid #057f38;
    border-left: 10px solid #057f38;
    width: 480px;
    max-width: 100%;
	margin:auto;
    position: sticky;
    top: 100px;
}

.formbox{
	background-color:#fff;
	padding:20px;
    width: 400px;
    max-width: 100%;
    margin: auto;
    border-radius: .5rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.formbox .icon{
	width:64px;
}

.flexVcenter{
    display: flex;
    align-items: center;
    flex-flow: column;
}



.otp-field {
    display: flex;
    width: 220px;
    gap: 10px;
    margin: auto;
}

.otp-field input {
    width: 24px;
    font-size: 1.5rem;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    outline: none;
    transition: all 0.1s;
}


.disabled {
    opacity: 0.5;
}

.linkbtn{
	background:none;
	padding:0;
    color: #e87915;
}
.linkbtn:hover{
	color:#067a36;
}


input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password], input[type=date], textarea, select{
	min-height:42px;
}