#succ_msg {
	height:1%;
}
.pad-zero {
	padding: 0px; 
	padding-left:0px;
	padding-top:10px;
}
.cp_center {
	text-align:center;
}
.paddingleft20{
	padding-left:20px;
}
.login_btn{
	padding-left:38%; 
	padding-bottom:20px;
}
.header_logo{
	min-width:100%; 
	position:absolute;
	top:0; 
	right:0; 
	float:left; 
	height: auto;
}
.alert_height{
	height:1%;
}
.flash-box {
    padding: 12px 20px;
    margin-top: 15px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.4s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.flash-success {
    background-color: #e6f4ea;
    color: #216e39;
    border-left: 5px solid #34c38f;
}

.flash-error {
    background-color: #fcebea;
    color: #c53030;
    border-left: 5px solid #f46a6a;
}

.btn-otp {
    margin-top: 15px;
    background-color: #6c63ff;
    color: white;
    border: none;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-otp:hover {
    background-color: #574fd6;
}
.hidden{
display:none;
}
#send_otp{
display:none;
}
#otp_input_container{
display:none;
}
#flash-message{
display:none;
}
