﻿@font-face {
    font-family: 'Segoe UI';
    font-weight: normal;
    font-style: normal;
    direction: rtl;
}
span {
    text-align: right;
}
.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: 20pt;
    color: white;
    direction: rtl;
    padding:5px;

    margin-right:-15px;
    margin-left:-15px;
}
.contained {
    border: thick;
    margin: auto;
    text-align: center;
    font-family: 'Segoe UI';
    direction: rtl;
}
.txt_box {
    border-radius: 10px !important;
    border: 1px solid rgb(255,161,0) !important;
    background-color: white !important;
    font-family: 'Segoe UI';
    direction: ltr;
    text-align:center;
}

.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: ltr;
    text-align: center;
}
.resendbtn {
    background-color: rgb(0,102,67);
    border-color: rgb(0,102,67);
    color: white;
    margin: 15px auto;
    width: 75%;
}
.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;
}

.content-body {
    width: 100%;
    max-width: 514px;
    /*max-width: 750px;*/
}

.CaptchaRefreshBtn {
    width: 20px;
    height: 35px;
    padding-top: 5%;
}
.terms-cond label {
    padding-right: 20px;
}
/*.content-body {
    width: 100%;
}
@media all and (min-width:768px){
.content-body {
    width: 50%;
}
}
@media all and (min-width:992px){
.content-body {
    width: 30%;
}
}*/
