*{
    direction: rtl;
}
html{
    height:100%;
}
body{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    min-height: 100%;
    background-color: #c5c5c5;
    background-repeat: repeat-x;
    background-position: center;
}
#sheading{
    font-size: 36px;font-weight: 100;font-family: 'Raleway', sans-serif;white-space: nowrap;
}
#pLogin{
    text-align: left;font-weight: 200;font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    font-size: 18px;
}
#arrowSvg{
    height:150%;
    position:absolute;top:85px;right:97px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.subHeading{
    margin-left: 20px;
}
.container {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    top: 10px;
    padding-left: 0;
    padding-right: 0;
}
.login {
}
.login-heading {
    font: 1.8em/48px Roboto;
    color: white;
}
.input-txt {
    width: 100%;
    /*padding: 20px 10px;*/
    /*background: #5D92BA;*/
    background: white;
    border: none;
    font-size: 1em;
    /*color: white;*/
    color: #4478a0;
    border-bottom: 1px dotted rgba(250, 250, 250, 0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}
.input-txt:-moz-placeholder {
    color: #81aac9;
}
.input-txt:-ms-input-placeholder {
    color: #81aac9;
}
.input-txt::-webkit-input-placeholder {
    color: #81aac9;
}
.input-txt:focus {
    background-color: #4478a0;
    color: white;
}

#main{
    position: absolute;
    width: 100%;
    height:100%;
}
input{
    outline: none;
}
.form-control{
    background-color: white;
    border-radius:0;
}
.btn{
    border-radius:0;
    padding: 15px 30px;
    border: none;
    background: white;
    color: #5D92BA;
}
.input-group-addon:first-child{
    border-radius:0;
}
.icon-container{
    height:131px;
    width:131px;
}
.login-footer {
    margin: 0;
    float: right;
    width: 100%;
    text-align: right;
    margin: 15px;
}
.remme {
    text-align: right;
    margin-right: -15px;
}
#header {
    background: #009688;
    position: relative;
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
}
#cont-lock {
    width: 100%;
    height: 65px;
    position: relative;}
.form{
    padding-left: 30px;
    padding-right: 30px;
}
#submit{
    background-color: #cfd8dc;
    color: #009688;
    border-radius:4px;
}
#submit:hover{
    background-color: #009688;
    color: white;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
#footer-box {
    width: 100%;
    height: 50px;
    background: #00695c;
    position: absolute;
    bottom: 0;
    line-height: 50px;
}
.footer-text {
    color: darkblue;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
}
#headerLogo{
    height: auto;
    width:615px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translateZ( 0) scale(0.999, 0.999) translateX(-50%) translateY(-50%);
    z-index: 501;
    background-color:rgba(255,255,255,0.8);
    box-shadow: 0 3px 15px rgba(0,0,0,.2);
}
#headerLogoChota{
    background-color: #ddd;
    height: 52px;
    position: fixed;
    top:0;
    right:0;
    left:0;
    display: none;
    z-index: 1000;
}
.extraContent{
    float: left;
}
#footer{
    text-align: center;
    bottom:0;
    position:fixed;
    border-top:1px solid #e4e4e4;
    background-color: #F2F2F2;
    width: 100%;
    height: 41px;
    line-height: 41px;
}
#footer p{
    text-align: center;
}
.fa-globe{
    animation-delay: 1s;
}
h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}
ul#selectLanguage {
    top:78%;
    border:1px solid #cccccc;
    height: 330px;
    overflow: auto;
}
ul#timeZone {
    top:125%;
    color: #000000;
    cursor: pointer;
    line-height: 40px;
    font-size: 16px;
    max-height:200px;
    overflow: auto;
}
#selectTimezone{
    border: 1px solid lightgray;
    text-align:right;
    height:44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
    padding-right: 10px;
    padding-left: 10px;
    line-height:17px;
}
#selectTimezone > a{
    text-decoration: none;
}
#countryContainer{
    padding: 6px 15px 6px 15px;
    float: right;
}
#languageText{
    height: 44px;
    width: 136px;
    line-height: 17px;
    border:1px solid lightgrey;
}
.logo{
    float: right;
    line-height: 70px;
    margin-right:10px;
}
.logo-xs{
    display: none;
}
#createSmall{
    border:0 none;
    padding:0;
    margin-top:6px
}
#languageContainer{
   margin-top:13px;
    margin-left: 15px;
}
.detailContainer{
    border-left:1px solid lightslategray
}
.f18{
    font-size: 18px;
}
.borderRadius0{
    border-radius:0;
}
#errorMessage{
    display: none;
    color: darkred;
}
#notify{
     left:0px;
 }
#tunna{
    left:5px;
}
@media (max-width: 615px) {
    #headerLogo{
        width: 400px;;
    }
    .container{
        width: 360px;
    }
    #sheading {
        font-size: 28px;
    }
    .extraContent{
        float:left;
    }

}
.padl10{
    padding-right:10px;
}