.forgotPasswordDiv_div{
	width: 80%;
    margin: 0 auto;
}
.titleBox{
	text-align: center;
    width: 20%;
    border-left:1px solid #808080;
	border-right:1px solid #808080;
	border-top:1px solid #808080;
    background-color: #edeff7 !important;
    font-size:20px;
    font-weight: bold !important;
}
.infoBox{
    width: 80%;
	border: solid 1px #808080;
    background-color: white !important;
    font-size:16px;
    padding: 32px 32px;
}
.infoBox input{
	border: 1px solid #808080;
}
.titleBox_second{
	text-align: center;
    width: 20%;
    border-left:1px solid #808080;
	border-right:1px solid #808080;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
    background-color: #edeff7 !important;
    font-size:20px;
    font-weight: bold !important;
}
.infoBox_second{
    width: 80%;
    height:56px;
    border-left:1px solid #808080;
	border-right:1px solid #808080;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
    background-color: white !important;
    font-size:16px;
}
.inputCommonStyle{
    width: 90%;
}
.infoBox_div{
	display:flex;
}
.infoBox_div select{
	padding:0px;
}
.divStyle{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 70px auto 0px;
}
.backButton{
	width:240px;
	height:50px;
	background-color: white;
	color:#4653a2 !important;
	border:2px solid #4653a2 !important;
	margin-bottom:1px;
	margin-top:40px;
	margin-left:40px;
	text-align:center;
	font-size:18px !important;
	font-weight:bold !important;
	border-radius: 10px;
}
.btnStyle{
	width: 240px;
    height: 50px;
    background-color: #4653a2;
    color: white !important;
    border: 2px solid #4653a2 !important;
    margin-bottom: 1px;
    margin-top: 40px;
    margin-right: 40px;
    text-align: center;
	font-size:18px !important;
	font-weight:bold !important;
	border-radius: 10px;
}
.centerButton{
	width: 240px;
    height: 50px;
    background-color: white !important;
    color: #4653a2;
    border: 2px solid #4653a2 !important;
    margin-top:40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}
.centerButton_second{
	width: 240px;
    height: 50px;
    background-color: white;
    color: #453BA7;
    border: 2px solid #453BA7;
    margin-top:20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.titleBox_third{
	text-align: center;
    width: 20%;
    border: solid 1px #808080;
    background-color: #edeff7 !important;
}
.infoBox_third{
	text-align: center;
    width: 80%;
    border: solid 1px #808080;
    background-color: white !important;
}
.passeordBorder input[type="password"]{
 	height:20px;
 	width: 100%;
 	border:none;
 	-webkit-box-shadow: 0 0 0 400px #ffffff inset;
 	margin-top:12px;
}
.passeordBorder input[type="text"]{
	height:26px;
	width: 100%;
	border:none;
	border-radius:none;
	-webkit-box-shadow: 0 0 0 400px #ffffff inset;
	margin-top:12px;
}
.passwordSubmit a:hover{
	 cursor: pointer;
	 color:#0088cc;
}
.passeordBorder div{
	height:45px;
	width: 26px;
	font-size:10px;
	border:1px sold #808080 important;
	margin-top: 15px;
    margin-right: 10px;
    cursor: pointer;
}
.passeordBorder{
	border-radius: 2px;
	height: 38px;
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
    align-items: center;
    border:1px sold #808080 important;
}
.password_tip{
	height:30px;
}

th, td, caption{
	padding:0px;
}

button{
	min-width: 240px;
}

.titleBox_ap{
	background:#edeff7;
	border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-top: 1px solid #808080;
	padding-top:22.5px;
	padding-bottom:22.5px;
	height: 22.5px;
    line-height: 45px;
    display:flex;
    justify-content: flex-start;
    font-size:41.5px;
    align-items: center;
}
.infoBox_ap{
	background:#ffffff !important;
	border: 1px solid #808080;
    padding-top: 35px;
    padding-bottom: 35px;
    line-height: 35px;
    display:flex;
    justify-content: flex-start;
    line-height: 50px;
    font-size:43px;
}
.titleBox_second_ap{
	background:#edeff7 !important;
	border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-top: 1px solid #808080;
	padding-top:22.5px;
	padding-bottom:22.5px;
	height: 22.5px;
    line-height: 45px;
    display:flex;
    justify-content: flex-start;
    font-size:41.5px;
    align-items: center;
}
.infoBox_second_ap{
	background:#ffffff !important;
	border: 1px solid #808080;
    padding-top: 35px;
    padding-bottom: 35px;
    line-height: 35px;
    display:flex;
    justify-content: flex-start;
    line-height: 50px;
    font-size:43px;
}
.backButton_ap{
	width:100%;
	height:115px;
	background-color: white;
    color: #4653a2 !important;
    border: 2px solid #4653a2 !important;
    border-radius: 25px;
	margin-bottom:1px;
	/* margin-top:60px; */
	text-align:center;
	font-size:43px;
	font-weight:bold
}

.btnStyle_ap{
	width: 100%;
    height: 115px;
 	background-color: #4653a2;
    color: white !important;
    border: 2px solid #4653a2 !important;
    border-radius: 25px;
    margin-bottom: 1px;
    margin-top: 60px;
    text-align: center;
    font-size: 43px;
    font-weight: bold;
}
.centerButton_ap{
	width: 100%;
    height: 115px;
    background-color: white;
    color: #000000;
    border: 2px solid #7f7f7f;
    margin-top:5px;
    text-align: center;
    font-size: 43px;
    font-weight: bold;
    border-radius: 25px;
}
.centerButton_second_ap{
	width: 100%;
    height: 115px;
    background-color: white;
    color: #453BA7;
    border: 2px solid #453BA7;
    margin-top:20px;
    text-align: center;
    font-size: 43px;
    font-weight: bold;
    border-radius: 25px;
}
.titleBox_third_ap{
	background:#edeff7 !important;
	border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-top: 1px solid #808080;
	padding-top:22.5px;
	padding-bottom:22.5px;
	height: 22.5px;
    line-height: 45px;
    display:flex;
    justify-content: flex-start;
    font-size:41.5px;
    align-items: center;
}
.infoBox_ap_password{
	background:#ffffff !important;
	border: 1px solid #808080;
    padding-top: 35px;
    padding-bottom: 35px;
	line-height: 35px;
	line-height: 50px;
	font-size:43px;
	margin-left: 10px;
}
