@font-face
{
    font-family: myFirstFont;
    src: url('fonts/trajan_pro.eot'); 
    src: url('fonts/trajan_pro.svg') format('embedded-opentype');
    src: url('fonts/trajan_pro.woff' ) format("truetype");
    src: url('fonts/trajan_pro.ttf');
}

body {
    background: url("../images_new_ui/main_bg_1x600.jpg") repeat-x fixed 0 0 #16ABEF;
    height: auto;
}
.mainDiv{
    float: left;
    width: 100%;
    overflow: hidden;
}
.spaceDiv {
    float: left;
    width: 5%;
}

.internalBodywrapper {
    float: left;
    width: 90%;
}
.innerbodyContent{
    background: url("../images_new_ui/login_bg_box.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    height: 350px;
    float: left;
    height: 350px;
    width: 100%;
    margin-left: 8%;
}
.leftnDiv {
    float: left;
    width: 452px;
    background: url("../images_new_ui/screen_img.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    height: 354px;
    position: relative;
    top: 120px;
}
.leftSection{
    width: 60%;
    float: left;
}
.rightnDiv {
    float: left;
    position: relative;
    top: 80px;
    width: 40%;
}
.leftnDivSpace {
    float: left;
    width: 36%;
}
.headerContent {
    color: #034562;
    float: left;
    font-family: myFirstFont;
    font-size: 24px;
    padding-bottom: 13px;
    font-weight: bold;
    width:100%;
}
@media only screen and (device-width: 768px),
only screen and (max-width: 768px) {
    .headerContent {  
        font-size: 19px;
        margin-left: 6%;
    }
}
.reflectionDiv {
    background: url("../images_new_ui/reflection_loginbox.png") no-repeat scroll 0% 45% rgba(0, 0, 0, 0);
    float: left;
    height: 88px;
    width: 100%;
    margin-left: 8%;
}
.loginLogo{
    background: url("../images_new_ui/MRCC_logo1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 116px;
    margin-left: 56px;
    margin-top: 2%;
    width: 100%;
}
.usernameDiv{
    color: #333333;
    float: left;
    font-family: arial;
    font-size: 16px;
    padding-left: 38px;
    padding-top: 21px;
    width: 100%;
}
.passwordDiv {
    color: #333333;
    float: left;
    font-family: arial;
    font-size: 16px;
    padding-left: 38px;
    padding-top: 10px;
    width: 100%;
}
.loginDetails input {
    background: url("../images_new_ui/text_box.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #333333;
    font-family: arial;
    font-size: 16px;
    height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    width: 258px;
}
.loginDetails input::-webkit-input-placeholder { color:#999999; }
.loginDetails input::-moz-placeholder { color:#999999; } /* firefox 19+ */
.loginDetails input:-ms-input-placeholder { color:#999999; } /* ie */
.loginDetails input:-moz-placeholder { color:#999999; }

.loginDetails label {
    padding-left: 5px;
}
/*.passwordDiv > input {
    background: url("../images_new_ui/text_box.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #999999;
    font-family: arial;
    font-size: 16px;
    height: 38px;
    padding-left: 10px;
    width: 258px;
}*/
/*.passwordDiv > label {
    padding-left: 5px;
}*/
.loginDetails {
    float: left;
    width: 100%;
}
.signinDiv {
    float: left;
    padding-left: 38px;
    width: 100%;
    padding-top: 18px;
}
.remCheck {
    background: url("../images_new_ui/check_box.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 28px;
    width: 28px;
}
.rememberContainer {
    float: left;
    width: 100%;
}
.remLabel {
    color: #333333;
    float: left;
    font-family: arial;
    font-size: 14px;
    margin-right: 50px;
    padding-left: 8px;
    padding-top: 5px;
}
.regular-checkbox + label {
    display: inline-block;
    padding: 9px;
    position: relative;
}
.regular-checkbox {
    display: none;
}
.big-checkbox + label {
    padding: 18px;
}

.big-checkbox:checked + label:after {
    font-size: 28px;
    left: 6px;
}
.regular-checkbox:checked + label:after {
    color: #99A1A7;
    content: '\2714';
    font-size: 14px;
    left: 3px;
    position: absolute;
    top: 0;
}
.regular-checkbox:checked + label {
    /*    background-color: #E9ECEE;
        border: 1px solid #ADB8C0;
        color: #99A1A7;*/
}
.big-checkbox:checked + label:after {
    font-size: 19px;
    left: 6px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .regular-checkbox:checked + label:after {
        top: 0;
    }
}
.signinLabel > input {
    background: url("../images_new_ui/btn_login_with_text.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-style: none;
    float: left;
    /*    height: 10%;
        width: 50%;*/
    /*    height: 33px;
        width: 71px;*/
    height: 32px;
    width: 70.8px;
    /*outline: none;*/
    cursor: pointer;
}
.signinLabel {
    float: left;
    width: 148px;
}