﻿button/*@font-face {
      src: url('../Fonts/ .ttf') format('truetype');
}*/

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../Fonts/Roboto-Regular.ttf') format('truetype');
}

body {
    margin: 0;
}

.leftcontainer {
    position: fixed;
    left: 0px;
    top: 0;
    overflow: hidden;
    z-index: 0;
    opacity: 1;
    width: 50%;
    height: 100%;
    float: left;
    background-color: #34578F;
}

.rightcontainer {
    background: #F8F8F8;
    position: fixed;
    right: 0px;
    top: 0;
    right: 0px;
    height: 100%;
    width: 50%;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    overflow-x: hidden;
}

.sitename {
    color: #34578F;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border-width: 0 0 1px 0;
    border-color: #E6E6E6;
    border-style: solid;
    margin: 0 20px;
    padding: 30px 0;
}



.login_lbl {
    color: #585858;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.login_txtbox {
    /*background: none repeat scroll 0 0 white;
    border: 2px solid;
    border-color: #E0E0E0;
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    font-size: 13px;
    padding: 1.5%;
    width: 200px;
    margin-bottom: 10px;*/
    background: none repeat scroll 0 0 white;
    border: 1px solid;
    border-color: #E0E0E0;
    color: #555555;
    font-size: 13px;
    padding: 1.5%;
    width: 100%;
    margin: 10px 0;
    resize: none;
    padding: 10px;
}

.pull-left {
    float: left !important;
    width: 38px;
    height: 34px;
    float: left;
    margin-right: 5px;
}

.logintable {
    margin: 20px auto;
    width: 300px;
}

.loginpopup {
    z-index: 100;
}
 .loginLoader {
    padding: 10px; 
    position: fixed; 
    top: 28%; 
    left: 42%;
}

@media all and (max-width: 540px) {
    .loginLoader {
       padding: 10px; 
    position: fixed; 
    top: 33%; 
    left: 32%;
    }
}
@media all and (max-width: 360px) {
    .loginLoader {
       padding: 10px; 
    position: fixed; 
    top: 33%; 
    left: 32%;
    }
}

@media all and (max-width: 328px) {
    .loginLoader {
        padding: 10px; 
    position: fixed; 
    top: 33%; 
    left: 32%;
    }
}
.message {
    /*padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 40px;*/
    text-align: center;
    color: black;
    font-size: 13px;
}

.messageRegistration{
    /*padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 40px;*/
    text-align: center;
    color: #333;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.buttonRegister {
    cursor: pointer;
    border-style: none;
    background-color: #34578F;
    color: white;
    width: calc(100% + 20px);
    padding: 15px;
    margin: 10px auto;
}
.button {
    cursor: pointer;
    border-style: none;
    background-color: #34578F;
    color: white;
    width: calc(100% + 2px);
    padding: 10px;
    margin: 10px auto;
}

.buttonNew {
    cursor: pointer;
    border-style: none;
    color: white;
    padding: 15px;
    margin: 10px auto;
}

.footer {
    border-width: 1px 0 0 0;
    border-color: #E6E6E6;
    border-style: solid;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 12px;
    color: #2D2D2D;
    padding: 10px 0;
}


.footerRegister {
    margin-top:40%;
    border-width: 1px 0 0 0;
    border-color: #E6E6E6;
    border-style: solid;
    /*position: absolute;*/
    bottom: 0px;
    width: 100%;
    font-size: 12px;
    color: #2D2D2D;
    /*padding: 10px 0;*/
}

.lnkforgotpassword {
    text-decoration: underline;
    color: black;
    float: right;
}

.image {
    width: 40%;
    display: block;
    margin: auto;
    margin-top: calc(50% - 100px);
}


@media all and (max-width: 1000px) {
     .leftcontainer {         
        position:inherit;
        width: 100%;
        height:50%;      
     }
    .rightcontainer {
        position:inherit;
        float: none;
        width: 100%;
         height:50%;
    }
    .image {
    width: 40%; 
    display: block; 
    margin: auto; 
    margin-top: calc(50% - 100px);
}   
}
