
body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Nunito Sans', sans-serif;
    background: #f7f5f5;
}
.Bg_Clr{
    background: #dfe4e7;
}
.Login_main{
    /* height: 400px; */
    margin-top: 100px;
    background: #FFF;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 -1px 0px rgba(0, 0, 0, 0.015);
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem!important;
}
.header_part{
    /* height: 400px; */
    /* max-width: 700px; */
    /* min-width: 700px; */
}
.name_clr{
	color: #063C62;
	font-size: 20px;
	font-family: sans-serif;

}
.form_line{
    margin-top: 32px;
}
.line_gap{
    margin-top:7px;
}
.box_degine{
    padding: 0px 3px 2px 15px;
}

.header1{
	font-size: 16px;
}
.text_style{
	/* border-radius: 45px; */
	/* height: 38px; */
}
.Select_login{
    border-radius: 45px;
    padding: 0px 16px;
    height: 46px;
    margin-top: 25px;
}
.Modal_{
    z-index: 99999;
}
.submit_btn{
    color: #fff;
    background: linear-gradient(101.05deg, #BB9253 2.85%, #1d1216 135.21%);
    display: inline-block;
    padding: 8px 30px;
    font-size: 14px;
    border: 1px solid #bb9253;
    border-radius: 4px;
    margin-top:20px;
}
.submit_btn:hover{
    background: linear-gradient(101.05deg, #1d1216 ,#BB9253 100.21%);
    color: #FFF;
}
.submit_btn:focus{
    background: #a38149;
    border: 1px solid #a38149;
}
/*button.close {
    position: relative;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    left: 12px;
    top: -12px;*/

/*---Login Page CSS End---*/

/*---Signup Form CSS---*/
.img_part{
    text-align: center;
    /* margin-top: 20px; */
}
.header{
    text-align: center;
    font-style: normal;
    font-family: sans-serif;
    margin-top: 35px;
    color: #063C62;
    margin-bottom: 20px;
}

.header_pg{
    height: 450px;
    width: 50%;
    margin-top: 50px;
}
.form_cls{
    margin-top: 0px;
}
.submit_button{
    color:#063C62;
    background-color:transparent;
    display: inline-block;
    padding: 10px 42px;
    font-size: 20px
    margin:auto;
    border: 1px solid #063C62;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.submit_button:hover{
    background: #063C62;
    color: #fff;
}
.submit_button:focus{
    background: #a38149;
    border: 1px solid #a38149;
}
.text_style{
    /* height: 40px; */
}
/*Signup Form CSS End*/

/*--Forget Password--*/


.header_first{
    /* width: 60px; */
    /* height: 400px; */
    /* margin-top: 50px; */
}

.header2{
    text-align: center;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
}
.name_clr1{
    color: #063C62;
    font-size: 20px;
    font-family: sans-serif;

}
.text_box{
    border-radius: 45px;
    font-family: sans-serif;
    font-size: 17px;
    height: 45px;
}
.form_line1{
     margin-top:32px;

}
.submit_btn1{
    color:white;
    background: linear-gradient(101.05deg, #BB9253 2.85%, #1d1216 135.21%);
    display: inline-block;
    padding: 8px 16px;
    font-size: 13px;
    border: none;
    border-radius: 4px;
    margin-top:20px;
}
.border_btm{
    border-bottom: none;
    padding: 0px;
}
.Cross_Close-btn{
    position: relative;
    top: -26px;
    left: 16px;
    color: #fff !important;
    font-size: 29px;
    font-weight: 400;
}
.Reset-btn{
    color: #063C62 ;
    background: transparent;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #063C62;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.Reset-btn:hover{
    background-color: #063C62;
    color: #fff;
}
.Reset-btn:focus{
    background: #a38149;
    border: 1px solid #a38149;
}
/*--Forget Password End--*/
.ForgetPassword{
    color: #888888;



}
.ForgetPassword:hover{
    color: #063C62;
}
/*--Forget Password End--*/

