﻿@font-face {
    font-family: 'Lato-Medium';
    src: url('Lato-Medium.ttf') format('truetype');
}
.hrefbtn {
    border-radius: 10px !important;
    border: 1px solid rgb(255,161,0) !important;
    background-color: whitesmoke !important;
    color:darkgreen !important;
}
.title {
    background-color: rgb(255,161,0);
    font-family: 'Lato-Medium';
    font-size:22pt;
    color: white;
    padding:5px;

    margin-right:-15px;
    margin-left:-15px;
}
.contained {
    border:thick;
    margin: auto;
    text-align: center;

    direction:ltr;
}
.txt_box {
    border-radius: 10px !important;
    border: 1px solid rgb(255,161,0) !important;
    background-color: white !important;
    text-align: center;
    direction:ltr;
}
.dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 15px;
}

.multiselect.dropdown-toggle span {
    float: left;
}

.dropdown-menu li {
    text-align: left;
}
.txt_box_PC {
    border-radius: 10px !important;
    border: 1px solid rgb(255,161,0) !important;
    background-color: white !important;
    text-align: center;
    /*direction:rtl;*/
}

.btn_ahly {
    color: white !important;
    background-color: rgb(255,161,0) !important;
    border-color: white !important;
    border-radius: 10px !important;
}
.captcha{
    color:red;
}
.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;

    direction: ltr;
}
.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;

}
.content-body {
    width: 100%;
    max-width: 514px;
    /*max-width: 750px;*/
}

.CaptchaRefreshBtn {
    width: 20px;
    height: 40px;
    padding-top: 5%;
}
.ienAlignMent {
    text-align: left;
}
.ienMargin input {
    margin: 0 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%;
}
}*/

.terms-cond label {
    /*padding-right: 20px;*/
    /*margin-left: 10px;*/
}

.float {
    float: left;
    direction: ltr;
}
