/*
    linear-gradient(Direction || Angle, color Stop 1, Color Stop 2, ......) 
    background-image: linear-gradient(to bottom, rgb(7, 64, 156), rgb(210, 218, 223))
*/
*{
    position: relative;
    margin:0;
    padding:0;
    font-family: Droid Arabic Kufi;
}
.modal {
    position: absolute;
    float:right;
}
body{
    display:flex;
    align-items:center; 
    justify-content:center; 
    text-align:center;
}
.dv_main{
    position: relative;
    width:100vw;
    height: 100vh;
    display:flex;
    overflow: auto;
    align-items:center; 
    justify-content:center; 
    text-align:center;
    background: linear-gradient(to left, transparent, #70a3ce);
	background-size: 100% 100%;
}

.dv_bdy{
    position: relative;
    display: block;
    flex-flow: column;
    width:60vw;
    height: 80vh;
    min-height: 515px;
    border-radius: 10px;
    background-color: rgba(28, 81, 131, 0.6);
    box-shadow: -4px 4px 10px 0px #6f6f71;
}
@media (min-width:992px) {
    .dv_rit{
        border-left:1px solid #294293;;
    }
}
.dv_bdy_row{
    position: relative;
    height:100%;
}
.dv_dta{
    position: relative;
    display: block;
    height: 100%;
}
.dv_rit_row{
    position: relative;
    display: block;
    float:right;
    padding-right: 10px;
    direction: rtl;
    margin-bottom: 5px;
}
.dv_rit_row:nth-child(1){
    display: inline-flex;
    align-items: center; 
    justify-content: right; 
    text-align: center;
    height:35px;
}
.img_icn{
    position: absolute;
    display: block;
    float:left;
    left:0;
    height:100%;
    width:120px;
}
.lbl_rit_rgl{
    position: relative;
    display: block;
    float:right;
    direction:rtl;
    width:100%;
    text-align: right;
    font-size:14px;
    font-weight: bold;
    color:#294293;
}
.dv_dtl, .dv_dti{
    position: relative;
    display: block;
    float:right;
    direction:rtl;
    padding:5px;
    width:100%;
}
.dv_dtl{
    text-align: right;
    color:#FFFFFF;
    height:25px;
    font-size: 12px;
}
.txt_inp{
    position: relative;
    display: block;
    float:right;
    direction:ltr;
    width:100%;
    height:35px;
    text-align: center;
}
.captcha{
	position:relative;
	display: block;
	float:left;
	width:100%;
	margin:5px 0px;
}
.captcha-form{
    position: relative;
	display: flex;
    float:left;
    direction:ltr;
    font-size: 10px;
    width:100%;
}
.preview{
    position: relative;
    display: block;
    float:left;
    direction:ltr;
	color:#eceaea;
	width:100%;
	display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center;
	height:40px;
	line-height: 40px;
	letter-spacing:8px;
	border:1px dashed #111111;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	font-family: "monospace";
	font-size: 20px;
}
.captcha .preview span{
    display: inline-block;
    float:left;
	user-select: none;
}
.captcha-form input{
    position: relative;
    display: inline-block;
    float:left;
	width:100%;
	height:30px;
	padding:2px;
	font-size: 16px;
	text-align: center;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    border-radius: 0;
	border-bottom-left-radius: 3px;
	border:none;
	background-color: #f2f0f0;
}
.captcha-refresh{
    float:right;
    display: inline-flex;
	width:40px;
	border:none;
	outline:none;
	color:#eee;
	cursor:pointer;
    font-size:18px;
    align-items: center; 
    justify-content: center; 
    text-align: center;
    background: linear-gradient(to right, transparent, #1680c7);
    border-bottom-right-radius: 3px;
}
.captcha-refresh:hover{
    background: linear-gradient(130deg, #4f8cb6, #1680c7 120%) no-repeat center 100%; /* Modern gradient */
    color:orange;
    transition: .3s !important;
}
.dv_btn{
    position: relative;
    display: inline-block;
    float: right;
    padding:1px;
}
.btn_ctl{
    position: relative;
    display: inline;
    float: right;
    width: 100%;
    height: 33px;
    font-size: 11px;
    font-weight: 400;
    color:white;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    background: linear-gradient(to left, transparent, #1680c7);
    box-shadow: -1px 1px 4px 0px #414040;
    border:none !important;
}
.btn_ctl:hover{
    background: rgb(3 0 0);
    background: linear-gradient(130deg, #4f8cb6, #1680c7 120%) no-repeat center 100%; /* Modern gradient */
    color:orange;
    transition: .3s !important;
}
.frm_btm{
	position: absolute;
	display: block !important;
	float:right !important;
    right: 0;
    margin:0;
    padding:0 !important;
    font-size: 9px;
	width:100%;
    height: 110px;
	bottom:0px;
}
.frm_btm_txt{
	position: relative;
	display: block;
	float:right;
    padding:5px;
	text-align: justify;
	margin: 10px;
	font-size: 11px;
	font-family: Droid Arabic Kufi;
    color:#e4e2e2;
    border-radius: 5px;
}
.frm_btm_txt a{
    color:orange;
}

.frm_btm_btn{
	position: absolute;
	display: block;
    float:left;
    padding-left: 10px;
    padding-right: 10px;
	bottom:0;
    width:100%;
}
.frm_btm_btn p{
	position: relative;
	display: block;
	float:right;
	font-size: 12px;
}
.dv_cnd_ftr{
    position: absolute !important;
    display: block !important;
    float:left !important;
    top:5px !important;
    left:0 !important;
    width: 100%;
    margin:0 !important;
    font-size:11px;
    color:#FFFFFF;
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center;
}
.dv_cnd_ftr a{
    color:orange;
}
.spn_lft_top{
    padding:3px;
    color:rgb(232, 158, 62);
    text-decoration: underline;
}
.spn_eml{
    position: relative;
    font-size: 12px !important;
}
.dv_lft{
    position: relative;
    float:left;
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center;
}
.img_logo{
    opacity:.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
}
.dv_lft_btm{
    position: absolute;
	display: block;
	float:right;
	width:100%;
    margin:0;
    padding:0;
    right: 0;
    font-size: 9px;
	bottom:0 !important;
}
.dv_ftr_lft, .dv_ftr_rit{
    position: relative;
    display: inline-flex;
    float:left;
    height:40px !important;
    font-size:10px;
    align-items: center; 
    justify-content: center; 
    text-align: center;
}
.dv_ftr_lft{
    width: 40px;
}
.dv_ftr_rit{
    width:calc(100% - 40px);
}
.btn_bak{
    width:35px;
    height:35px;
    border-radius: 50%;
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center;
}
.dv_pwd_str{
    position: relative;
    display: block;
    width: 100%;
    bottom:0;
    color:#FFFFFF;
}
.ul_pwd{
    position: relative;
    direction: rtl;
    display: block;
}
.li_pwd{
    position: relative;
    display: flex;
    float:right;
    height:25px;
    width:100%;
    font-size:10px;
    text-align: right;
    align-items: center; 
    justify-content: right; 
    text-align: center;
}
.sp_pwd{
    position: absolute;
    left:0;
    top:0;
    width:28px;
    height: 28px;
    font-size:18px;
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center;
    border-radius: 50%;;
}
.dv_pwd_mst{
    position: relative;
    direction: ltr !important;
    width:100%;
    height: 40px;
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center;
    border:1px solid white;
}
.spn_pwd_mob{
    position: relative;
    display: inline-flex;
    width:30px;
    height:30px;
    margin:2.5px;
    font-size: 11px;
    color:#FFFFFF;
    align-items: center; 
    justify-content: center; 
    text-align: center;
    border-radius: 50%;
    background-color: rgba(28, 81, 131, 0.6);
    box-shadow: -4px 4px 10px 0px #5a5a5a;
}
.spn_bak{
    position: absolute;
    top:-5px !important;
    left:10px !important;
    display: inline-flex;
    width:30px;
    height:30px;
    cursor: pointer;
    font-size: 16px;
    color:#FFFFFF;
    align-items: center; 
    justify-content: center; 
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(130deg, #00b289, #014bba 120%) no-repeat center 100%; /* Modern gradient */
    box-shadow: -4px 4px 10px 0px #5a5a5a;
}
.spn_bak:hover{
    color:orange;
    background: linear-gradient(130deg, #00b289, #014bba 95%) no-repeat center 100%; /* Modern gradient */
    transition: .3s;
}
.line-with-text {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 10px; 
    color: #294293;
}

.line-with-text::before,
.line-with-text::after {
    content: ""; 
    flex-grow: 1; 
    height: 1px;
    background-color: #ccc; 
    margin: 0 10px; 
}

.line-with-text::before {
    background: linear-gradient(to right, transparent, #294293);
}

.line-with-text::after {
    background: linear-gradient(to left, transparent, #294293);
}
.img_wts{
    position: absolute;
    display: block;
    float: right;
    right:5px;
    top:1px;
    width:22px;
    height: 22px;
    font-size: 22px;
    color:rgb(67, 243, 67);
    cursor: pointer;
}
.img_wts:hover{
    color:greenyellow;
    transition: .3s;
}

@media (max-width: 970px) {
    .img_icn{
        width:85px;
        height:90%;
    }
    .lbl_rit_rgl{
        font-size:12px;
    }
    .dv_rit_row:nth-child(1){
        height:40px;
    }
}
@media (min-width: 1200px) {
    .img_icn{
        width:120px;
        height:100%;
    }
    .lbl_rit_rgl{
        font-size:14px;
    }
}