body {
    background: #fff;
    font-family: 'Roboto';
    background: radial-gradient(#fff, #879dc6);
    background-size: cover;
    font-family: 'Roboto';
}

.log-logobox {
    text-align: center;
    
}
    .log-logobox h2 {
        background: #fade03;
        display: inline-block;
        font-size: 34px;
        font-weight: 500;
        color: #000;
        padding: 7px 20px;
        text-shadow: 1px 1px 4px #fff;
    }

    .cms-loginbox {
        max-width: 360px;        
        margin: 0 auto;       
        /*box-shadow: 0px 1px 7px #ffffff59;*/
        /*position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 320px;*/
    }

.inputgroup_icon {
    padding: 0 16px;    
}
    .inputgroup_icon i {
        font-size: 17px;
        color: #00b5ea;
    }
#login_formwrapper .input-group{
    margin-bottom: 10px;
}

.login-headingbox {
    margin-bottom: 10px;
}

.login-headingbox h2 {
    font-size: 22px;
    color: #2f2f2f;
    margin: 0px;
    font-weight: 500;
}

    .login-headingbox h4 {
        font-size: 18px;
        color: #000;
        text-transform: uppercase;
        margin: 30px 0 18px;
    }

.checkbox {
    margin-top: 5px;
}

.checkbox label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.text-login {
    font-size: 14px;
    color: #2f2f2f;
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}

.form-login {
    width: 100%;
    height: 45px;
    color: #333;
    border: 1px solid #ccc;
    padding-left: 8px;
    margin-bottom: 0px;
    font-family: 'Roboto';
    border-radius: 0px;
    position: relative;
}
    .form-login:after {
        background: url(/Content/images/user-icon.jpg)no-repeat 8px 9px;
        content: '';
        position: absolute;
        left: 0;
    }
    .form-login span.user_icon {
        background: url(/Content/images/user-icon.jpg)no-repeat 8px 9px;
        widows: 20px;
        height: 20px;
    }

.form-login:focus-visible {
    border-radius: 0;
    border-color: #00b5ea;
    outline: none;
}

.login-btn {
    background: #f57c00;
    padding: 12px 15px;
    border-radius: 4px;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    border: none;
    outline: none;
    font-weight: 600;
}

p.register-if {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
    margin-bottom: 7px;
}

p.register-if a {
    color: #f00;
    font-weight: 500;
}

#myclock {
    /*max-width:220px;*/
    margin: 0 auto;
    margin-top: 190px;
}


/*h2{font-size:30px;color:#000;text-shadow:1px 1px 1px #fff;}
h3{font-size:20px;color:#000;text-shadow:1px 1px 1px #fff;margin:50px 0px 10px 0px;}*/

canvas {
    max-width: 225px;
    margin: 0 auto;
}

.clock {
    display: inline;
}

.alarm {
    display: none;
    margin: 10px 0px 0px 0px;
}

.alarm a {
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    color: #FFF;
    background-color: #026729;
    border-radius: 5px;
}

.alarm a:hover {
    text-decoration: none;
    padding: 4px 9px 4px 9px;
    color: #fefefe;
    background-color: #026729;
    border-radius: 5px;
}

#set {
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    color: #FFF;
    background-color: #F3A829;
    border-radius: 5px;
}

#set:hover {
    text-decoration: none;
    padding: 4px 9px 4px 9px;
    color: #fefefe;
    background-color: #F3A829;
    border-radius: 5px;
}

.clock-headingbox {
    background: #fff;
    color: #000;
    padding: 2px 25px;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    border: 1px solid #ccc;
}

.clockInner {
    width: 240px;
    height: 240px;
    padding: 7px;
    background: #fff;
    border-radius: 125px;
}

.loginRightSec {
    height: 94vh;
}

.loginRightSec ul {
    width: 100%;
    text-align: center;
    padding-top: 100px
}

.loginRightSec ul li {
    width: 25%;
    float: left;
    background: #fff;
    list-style: none;
    padding-bottom: 20px;
}




.field-validation-error,
.validation-summary-errors {
    color: pink
}

.validation-summary-errors ul {
    margin: 0px;
    padding: 0px;
}

.validation-summary-errors li {
    list-style: none;
}



.login-wrapper-main{ width: 100%; height: 100%; margin: 0;}
.login-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.copyright-wrapper{}
.loginHolder {
    background: #f1f1f1;
    width: 40%;
    padding: 30px 0;
    position: absolute;
    top: 50%;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 0 0 14px #5a5a5a;
}



/*// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/


/*// Small devices (landscape phones, 576px and up)*/

@media (max-width: 575px) {}


/*// Medium devices (tablets, 768px and up)*/

@media (max-width: 767px) {
    #myclock {
        max-width: 220px;
        margin: 0 auto;
        margin-top: 190px;
        display: none;
    }
    .clock-headingbox {
        background: #d4d4d4;
        color: #000;
        padding: 2px 25px;
        font-size: 22px;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 15px;
        border: 1px solid #ccc;
        display: none;
    }
    .log-logobox {
        text-align: center;
        
    }
    

}


/*// Large devices (desktops, 992px and up)*/

@media (max-width: 991px) {}


/*// Extra large devices (large desktops, 1200px and up)*/

@media (max-width: 1199px) {}


.timer {
    background: #ededf1 !important;
    color: #000 !important;
    text-align: center !important;
    padding: 10px !important;
    border: 0 !important;
    font-size: 15px !important;
    position: fixed !important;
    border-top: 1px solid #ccc !important;
    width: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    height: 40px !important;
}
.copyright {
    width: 100%;
    background: #ededf1 !important;
}

    .copyright p {
        background: #ededf1 !important;
        color: #000 !important;
        text-align: center !important;
        padding: 10px !important;
        border: 0 !important;
        font-size: 15px !important;
        position: fixed !important;
        border-top: 1px solid #ccc !important;
        width: 100% !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 2 !important;
        height: 40px !important;
        margin: 0px;
    }