
body, html {
    background-image: url(../images/bwback3.jpg?v1);
    background-size: cover;
    background-repeat: none;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

td, th {
    padding: 2px;
    margin: 2px;
}

.hide {
    display: none;
}

#imscompanies {
    position: absolute;
    right: 3%;
    /* bottom: 10%; */
    display: flex;
    align-content: center;
    align-items: center;
    width: 0;
    text-align: right;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: 100vh;
}

#imslogo {
    position: fixed;
    right: 30%;
    top: 20%;
}

#slide1 {
    background-color: white;
    color: white;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    font-size: 10px !important;
    transform: perspective(1px) translateZ(0);
    backface-visibility: hidden;
}

.darkgrey {
    background-color: transparent !important;
    border: 1px solid white !important;
}

.buttonblue {
    background-color: white !important;
    border: 1px solid #28618D !important;
    color: #28618D !important;
    font-weight: 600;
}

#slide1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/subs.jpg) no-repeat center;
    opacity: .2;
    background-position: 50% 50%;
    background-size: cover !important;

}

#imslogowhite {
    width: 100%;
    margin-top: 50px;
    height: 0;
}
#messagedenied {
    position: fixed;
    /* width: 100%; */
    color: red;
    align-items: center;
    justify-content: center;
    align-content: center;
    left: 40%;
    /* right: 0; */
    top: 40%;
    display: block;
}

.textBig {
    font-size: 36px;
    font-weight: 500;
}

.textSmall {
    font-size: 16px;
}

.wid-100p {
    width: 100%;
}

#divleft {
    background-color: #114A75;
    /* width: 25%; */
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* margin: auto; */
    /* height: 100vh; */
    text-align: center;
    padding: 6px;
    /* border-radius: 8px; */
    box-shadow: 0 0 7px rgb(17, 74, 117);
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    height: 100%;
}

#logofloattop {
    position: absolute;
    width: 500px;
    left: -10px;
    top: 20px;
    text-align: center;
}

.marg20 {
    margin: 5px;
}

.marg30 {
    padding: 20px;
}


#logofloatbottom_denied {
    position: absolute;
    width: 500px;
    left: -10px;
    bottom: 30%;
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-align: center;
}


.loginfailedtext {
    font-size: 16px;
    color: #E70D0D;
    font-weight: bold;
}

#backmiddlemain {
    /* background-color: rgba(255, 255, 255, 0.8); */
    width: 25%;
    position: absolute;
    left: 0;
    right: 0;

    bottom: 25%;
    /* margin: auto; */
    height: 310px;
    text-align: center;
    padding: 6px;
    border-radius: 8px;
    /* box-shadow: 0 0 7px rgba(96, 96, 96, 1); */

}

.textbox {
    font-size: 14px;
    border-bottom: 1px solid white;
    border-left: 0px solid #1C6EAC;
    border-right: 0px solid #1C6EAC;
    border-top: 0px solid #1C6EAC;
    height: 50px;
    width: 80%;
    letter-spacing: 2px;
    color: white !important;
    background-color: transparent;
    padding: 4px;
    outline: none;
}






.eye {
    cursor: pointer;
    margin-left: -25px;
    position: absolute;
    margin-top: 25px;
    font-size: 14px;
    font-weight: normal;
}

.font16 {
    font-size: 16px;
}

.textbox::placeholder {
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #85b1d3;


}

input {
    filter: none;
}



.loginfailed {
    color: #EF0505;
    padding: 5px;
    font-weight: 700;

}

.loginbigtext {
    color: rgb(255, 255, 255);
    position: relative;
    font-size: 32px;
}

button.loginmenugreen {
    color: rgb(247, 247, 247);
    text-align: center;
    font-size: 12px;
    width: 150px;
    padding: 13px;
    border: 1px solid rgb(90, 162, 8);
    background-color: rgb(90, 162, 8);
    border-radius: 4px;
    outline: none;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

button.loginmenugreen:hover {
    cursor: pointer;
    background-color: #313335;
    border: 1px solid #313335;
}


:-webkit-autofill { /* also works for firefox! */
    filter:none; /* u need this for firefox */
    box-shadow: 0 0 0 100px #114A75 inset;
    color: white !important;
    -webkit-text-fill-color: white;
}
.loginbigtext2 {
    color: #3C3C3C;
    position: relative;
    font-size: 13px;
}

.loginlogoback {
    background-color: #FFF;
    opacity: 0.7;
}

.loginbigtext40 {
    color: #313335;
    position: relative;
    font-size: 50px;
}

#welcome {
    position: absolute;
    width: 100%;
    top: 5%;
    font-size: 40px !important;
    color: white !important;
    text-align: center;
    z-index: 5;

}
.formtextboxes2 {
    font-size: 16px;
    color: black;
    border: 1px solid #e4e4e4;
    padding: 15px;
    margin-right: 5px;
    border-radius: 3px;
    background: white;
    -webkit-appearance: none;
}
.align-items-center {
    align-items: center !important;
}
h4 {
    font-size: large;
}


.invalid {
    /* background: url(../images/required.png) no-repeat 0 50%; --> */
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    background: url(../images/required-ok.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #1fb312;
}
.stopfade {
    opacity: .5;
}

form ul li {
    margin: 10px 20px;

}

form ul li:last-child {
    text-align: center;
    margin: 20px 0 25px 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}



label {
    color: #555;
}
.btnmaterial {
    background-color: #F44336 !important;
    display: inline-table;
    border: 1px solid #F44336 !important;
    color: #ffffff;
    font-size: 15px;
    padding: 18px;
    width: 150px;
    border-radius: 2px;
}
.text-nikham {
    color: #19264f;
}
.text-center {
    text-align: center !important;
}
.font-12 {
    font-size: 12px;
}
.font-16 {
    font-size: 16px;
}
.btnmaterial:hover {
    opacity: 0.7;
    cursor: pointer;
}
.bigfont_ver {
    font-size: 26px;
}
.btndisabled {
    background-color: #7d7d7d !important;
    display: inline-table;
    border: 1px solid #7d7d7d !important;
    color: #ffffff;
    font-size: 15px;
    padding: 18px;
    width: 150px;
    border-radius: 2px;
}
.hide {
    display: none;
}

#container span {
    background: #f6f6f6;
    padding: 3px 5px;
    display: block;
    border-radius: 5px;
    margin-top: 5px;
}
#pswd_info {
    position: absolute;
    top: 11vh;
    /* right: 10vh; */
    /* margin-right: 20px; */
    width: 350px;
    color: black;
    padding: 15px;
    background: #fbfbfb;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}
#pswd_info {
    display: none;
}
.text-align-center {
    text-align: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.banner-flex {
    display: flex !important;
    min-height: 90vh;
}
.relative {
    position: relative;
}


.banner-slogan {
    background-color: #ffffffd9;
    padding: 30px;
}

.banner-area {
    min-height: 100vh;

}
#unsubh {
    margin-top: 50px;
    font-size: 40px !important;
    color: white !important;
    text-align: center;
    font-weight: bold;
}

#unsubb {
    margin-top: 30px;
    font-size: 22px !important;
    color: white !important;
    text-align: center;
}

#unsubb1 {
    margin-top: 30px;
    font-size: 17px !important;
    color: white !important;
    text-align: center;
}

#logofloatleft {
    position: fixed;
    bottom: 50px;
    left: 50px;
}

#logofloatmiddle {
    position: fixed;
    bottom: 50px;
    left: 44%;

}

#logofloatright {
    position: fixed;
    bottom: 30px;
    right: 50px;
    line-height: 20px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 4px;

}

.loginheadertext {
    font-size: 50px;
    color: #FFF;
}

.loginversiontext {
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1.1;
}

.loginversiontextBigger {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.1px;
}

a:link {
    text-decoration: none;
}

.bigfont5 {
    font-size: 34px;
}

.font-size-12 {
    font-size: 12px;
}

.tips {
    background-color: #28618D;
    color: white;
    padding: 5px;
    text-align: center;
}

.bigfont2 {
    font-size: 24px;
    letter-spacing: 1.2;
}

.popup_tc {
    background: none repeat scroll 0 0 #ffffff;
    color: #333333;
    display: none;

    left: 50%;
    margin-left: -370px;
    position: fixed;
    top: 7%;
    padding: 10px;
    width: 750px;
    max-height: 80%;
    min-height: 10%;
    z-index: 11103;
    display: none;
    overflow: auto;
    font-size: 12px !important;
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 6px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 6px 6px rgba(0, 0, 0, 0.2);
}

#backgroundPopupoverlay {
    z-index: 5003;
    position: fixed;
    opacity: 0.3;
    display: none;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #424242;
}

#logofloatbottom {
    position: absolute;
    /* width: 100px; */

    top: 30px;
    text-align: center;
}

#logofloatbottom2 {
    position: absolute;
    width: 100%;
    bottom: 80px;
    text-align: center;
}

#logofloatbottom3 {
    position: absolute;
    width: 100%;

    bottom: 30px;
    text-align: center;
}

#deniedmessage {
    position: absolute;
    width: 100%;
    font-size: 24px;
    bottom: 25%;
    font-weight: bold;
    color: #ffeb3b;
    text-align: center;
}

.deniedmessage_smalltext {

    font-size: 12px;
    font-weight: normal;

    color: #ffeb3b;

}
