﻿@font-face {
    font-family: 'Segoe UI';
    font-weight: normal;
    font-style: normal;
    direction: rtl;
}
.hrefbtn {
    border-radius: 10px !important;
    border: 1px solid rgb(255,161,0) !important;
    background-color: whitesmoke !important;
    color: darkgreen !important;
    direction: rtl;
}
.title {
    background-color: rgb(255,161,0);
    font-family: 'Segoe UI';
    font-size: 17pt;
    color: white;
    direction: rtl;
    padding:5px;
}
@media screen and (min-width:6px)and (max-width:375px) {
    .title {
        background-color: rgb(255,161,0);
        font-family: 'Lato-Medium';
        font-size: 15pt;
        color: white;
        padding: 5px;
    }
}

.contained {
    border: thick;
    margin: auto;
    text-align: center;
    font-family: 'Segoe UI';
    direction: rtl;
}
.btn_ahly2 {
    color: white !important;
    background-color: rgb(255,161,0) !important;
    border-color: white !important;
    border-radius: 10px !important;
    margin-top: 100px;
    font-size: 13pt;
    white-space: normal
}
.txt_box {
    border-radius: 10px !important;
    border: 1px solid rgb(255,161,0) !important;
    /*background-color: white !important;*/
    font-family: 'Segoe UI';
    /*direction: rtl;*/
    text-align:center;
}
.disclaimer {
    
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.btn_ahly {
    color: white !important;
    background-color: rgb(255,161,0) !important;
    border-color: white !important;
    border-radius: 10px !important;
    direction: rtl;
}
.captcha {
    color: red;
    direction: rtl;
}
.box_main {
    min-width: 200px;
    border-radius: 10px !important;
    border: 1px solid rgb(255,161,0) !important;
    background-color: white !important;
    font-family: 'Segoe UI';
    /*direction: rtl;*/
    text-align: center;
}
.resendbtn{
    background-color:rgb(0,102,67);
    border-color:rgb(0,102,67);
    color:white;
}
.resendbtn:hover{
    background-color:rgba(0,102,67,0.75);
    border-color:rgba(0,102,67,0.75);
    color:white;
}
.resendbtn:focus{
    background-color:rgba(0,102,67,0.75);
    border-color:rgba(0,102,67,0.75);
    color:white;
}
.resendbtn:active{
    background-color:rgba(0,102,67,0.75);
    border-color:rgba(0,102,67,0.75);
    color:white;
}
.Capthcaimg{
    width:200px;
    height:50px;
}
.terms{
    /*color:rgb(0,102,67);*/
}
::-webkit-input-placeholder {
   color: #808080;
   text-align: center;

}

:-moz-placeholder {
   color: #808080;
   text-align: center;

}



body{
text-align:right;
}
.form-check {
    max-width: 400px;
    margin-top: 8px;
    display: inline-flex;
}

.content-body {
    width: 100%;
    max-width: 514px;
}
.lblPaperPrintDisclaimer {
    text-align: right !important;
    float: right;
    margin-right: 10px;
}
/*@media all and (min-width:768px){
.content-body {
    width: 50%;
}
}
@media all and (min-width:992px){
.content-body {
    width: 30%;
}
}*/
.space {
}

.float {
    float: right;
    direction:rtl;
}
.required::after {
    content: "*";
    color: red;
    position: absolute;
    top: 10px;
    left: 5px;
}