﻿/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/


/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

body {
    background: #e9eef5 !important;
}

.top5 {
    padding-top: 5%;
}

.top9 {
    padding-top: 9%;
}

/*.wht {
    background-color: #ffffff;
    height: 380px;
}*/

.wht {
    background-color: #ffffff;
    height: 453px;
}
.logo-center {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.text2 {
    width: 70%;
    margin: auto;
    color: #fff;
    line-height: 150%;
    font-size: 12px;
    text-align: justify;
    padding-top: 10px;
}

/*.newlogin30 {
    width: 60%;
    margin: auto;
    background: #0a4d82;
    border-radius: 20px;
}*/

.newlogin30 {
    width: 60%;
    margin: auto;
    background: #0a4d82;
    border-radius: 20px;
    min-height: 450px;
}

.forgetpasswordnew {
    width: 38%;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* start editing from here */

a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}


/* text align right */

.txt-lt {
    text-align: left;
}


/* text align left */

.txt-center {
    text-align: center;
}


/* text align center */

.float-rt {
    float: right;
}


/* float right */

.float-lt {
    float: left;
}


/* float left */

.clear {
    clear: both;
}


/* clear float */

.pos-relative {
    position: relative;
}


/* Position Relative */

.pos-absolute {
    position: absolute;
}


/* Position Absolute */

.vertical-base {
    vertical-align: baseline;
}


/* vertical align baseline */

.vertical-top {
    vertical-align: top;
}


/* vertical align top */

nav.vertical ul li {
    display: block;
}


/* vertical menu */

nav.horizontal ul li {
    display: inline-block;
}


/* horizontal menu */

img {
    max-width: 100%;
}


/*end reset*/

html,
body {
    padding: 0;
    margin: 0;
    background: #000;
    font-family: 'Open Sans', sans-serif;
}

    body a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        text-decoration: none;
    }

        body a:hover {
            text-decoration: none;
        }

        body a:focus,
        a:hover {
            text-decoration: none;
        }

.userloginnew {
    font-size: 18px;
    margin-bottom: 5px;
    margin-left: 7px;
    text-align: left;
}

select, input[type="email"], input[type="text"], input[type=password], input[type="button"], input[type="submit"], textarea {
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 100%;
    height: 43px;
    padding: 6px 12px;
    border-radius: 0px !important;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    /* background-color: #f2f2f2; */
    background-image: none;
    border-bottom: 1px solid #ccc;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 0px;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

/*-- //Reset-Code --*/


/*--background --*/
body {
    box-sizing: border-box;
    background: #f1f1f1;
    min-height: 100vh;
}

/*#loginForm {
    padding-top: 60px;
    padding-bottom: 50px;
    width: 100%;
    height: 100%;
}*/

#loginForm {
    padding-top: 10px;
    padding-bottom: 50px;
    width: 100%;
    height: 100%;
}
.w3layouts-two-grids {
    width: 62%;
    margin: 0em auto;
    -webkit-box-shadow: -2px 7px 37px 8px rgba(167, 167, 167, 0.52);
    -moz-box-shadow: -2px 7px 37px 8px rgba(167, 167, 167, 0.52);
    box-shadow: -2px 7px 37px 8px rgba(167, 167, 167, 0.52);
}

.mid-class {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

h1.error {
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.img-right-side, .txt-left-side {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    box-sizing: border-box;
    text-align: center;
}

.img-right-side {
    background: #000;
}

.txt-left-side {
    background: #60baaf;
}

    .img-right-side h3, .txt-left-side h2 {
        color: #000;
        letter-spacing: 0px;
    }

    .txt-left-side h2 {
        color: #000000;
    }

    .img-right-side p, .txt-left-side p {
        color: #908c8c;
        letter-spacing: 0.3px;
    }

    .txt-left-side p {
        color: #ececec;
    }

.txt-left-side {
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0px 20px 50px #8ba3cc;
    border: thin solid #ddd;
}

.form-left-to-w3l {
    display: flex;
    display: -webkit-flex;
    /* border: none; */
    border: 1px solid #ddd;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

    .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
        -webkit-flex-basis: 90%;
        flex-basis: 90%;
        width: 100%;
        color: #000;
        font-size: 14px;
        border: none;
        outline: none;
        padding: .6em .6em;
        -webkit-appearance: none;
        background: transparent;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        box-sizing: border-box;
        /* box-shadow: -1px 0px 6px #9f9f9f; */
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: none !important;
    border: 0px solid green;
    font-size: 13px;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px #01a4ef inset;
    transition: background-color none ease-in-out 0s !important;
}


.form-left-to-w3l i {
    -webkit-flex-basis: 15%;
    flex-basis: 15%;
    border: none;
    text-align: center;
    color: #000000;
    line-height: 35px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

button[type=submit] {
    background: #0a4d82 !important;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

    button[type=submit]:hover, a.for:hover, .w3layouts_more-buttn a:hover {
        opacity: 0.8;
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    background: transparent;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    background: transparent;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    background: transparent;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
    background: transparent;
}

input.checked {
    position: absolute;
    top: 3px;
    left: -5px;
    cursor: pointer;
}

.left-side-forget {
    float: left;
    position: relative;
}

.right-side-forget {
    float: right;
}

.remenber-me {
    margin-left: 17px;
}

.remenber-me, a.for {
    font-size: 13px;
    color: #000;
    margin-top: 20px;
    position: absolute;
    right: 5px;
    font-weight: 600;
}

.modal-sm {
    width: 420px !important;
}

.modal-footer {
    padding: 5px !important;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-body {
    position: relative;
    padding: 15px;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.modal-dialog {
    width: 600px;
    margin: 50px auto !important;
}

.remenber-me2 {
    margin-left: 17px;
}

.remenber-me2, a.for {
    font-size: 13px;
    color: #000;
    margin-top: 20px;
    position: relative;
    left: 5px;
    font-weight: 600;
}

.left-side-forget, .right-side-forget {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    box-sizing: border-box;
}

.w3layouts_more-buttn h3 {
    font-size: 15px;
    color: #000;
    margin-top: 43px;
    font-weight: 400;
}

.w3layouts_more-buttn a {
    font-size: 15px;
    color: #e2e2e2;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 0px;
    outline: none;
}



.copyrigh-wthree {
    text-align: center;
}

    .copyrigh-wthree p {
        font-size: 14px;
        color: #000;
        letter-spacing: 3px;
    }

        .copyrigh-wthree p a {
            color: #60baaf;
            font-size: 14px;
            font-weight: 800;
        }
/*--responsive--*/
@media(max-width:1920px) {
    h1.error {
        font-size: 58px;
        padding-top: 60px;
        margin-bottom: 47px;
    }

    .img-right-side, .txt-left-side {
        padding: 5.5em 6em 4em;
    }

    .copyrigh-wthree {
        padding: 5em 0em 4.5em;
    }

    .img-right-side h3, .txt-left-side h2 {
        font-size: 25px;
        margin-bottom: 35px;
    }
}

@media(max-width:1680px) {
    h1.error {
        font-size: 54px;
        padding-top: 57px;
        margin-bottom: 45px;
    }

    .img-right-side, .txt-left-side {
        padding: 4.5em 4.5em 3.5em;
    }

    .copyrigh-wthree {
        padding: 4em 0em 4.5em;
    }

    .img-right-side h3, .txt-left-side h2 {
        font-size: 24px;
        margin-bottom: 33px;
    }
}

@media(max-width:1600px) {
    h1.error {
        padding-top: 54px;
        margin-bottom: 43px;
        letter-spacing: 3px;
        font-size: 49px;
    }

    .img-right-side, .txt-left-side {
        padding: 3.5em 4em 3em;
    }

    .copyrigh-wthree {
        padding: 3em 0em 4.5em;
    }

    .img-right-side h3, .txt-left-side h2 {
        font-size: 22px;
        margin-bottom: 29px;
    }

    .form-left-to-w3l i {
        font-size: 20px;
    }

    .img-right-side p, .txt-left-side p {
        font-size: 13.5px;
        line-height: 24px;
        margin-bottom: 48px;
    }

    button[type=submit] {
        padding: 14px 20px;
        margin: 42px 0px 18px;
    }

    .form-left-to-w3l {
        margin: 0px 0px 25px;
    }
}

@media(max-width:1440px) {
    h1.error {
        padding-top: 51px;
        margin-bottom: 40px;
        font-size: 46px;
    }

    .w3layouts-two-grids {
        width: 66%;
    }

    .img-right-side, .txt-left-side {
        padding: 3.5em 3.7em 3em;
    }

        .img-right-side p, .txt-left-side p {
            margin-bottom: 43px;
        }

    .form-left-to-w3l i {
        font-size: 18px;
    }
}

@media(max-width:1366px) {
    .img-right-side, .txt-left-side {
        padding: 3.2em 3.5em 2.7em;
    }

    .w3layouts-two-grids {
        width: 69%;
    }

    button[type=submit] {
        margin: 0px 0px 18px;
    }
}

@media(max-width:1280px) {
    h1.error {
        padding-top: 48px;
        margin-bottom: 36px;
        font-size: 43px;
    }

    .w3layouts_more-buttn h3 {
        margin-top: 40px;
    }

    .copyrigh-wthree {
        padding: 2.7em 0em 4.2em;
    }

    .w3layouts-two-grids {
        width: 72%;
    }
}

@media(max-width:1080px) {
    .w3layouts-two-grids {
        width: 80%;
    }

    .img-right-side, .txt-left-side {
        padding: 3.2em 3em 2.7em;
    }

        .img-right-side h3, .txt-left-side h2 {
            font-size: 21px;
            margin-bottom: 24px;
        }
}

@media(max-width:1050px) {
    h1.error {
        font-size: 41px;
        letter-spacing: 2px;
    }

    .form-left-to-w3l {
        margin: 0px 0px 22px;
    }

    .w3layouts-two-grids {
        width: 83%;
    }

    .copyrigh-wthree p {
        letter-spacing: 2px;
    }
}

@media(max-width:1024px) {
    .w3layouts-two-grids {
        width: 86%;
    }

    h1.error {
        padding-top: 45px;
        margin-bottom: 34px;
    }

    .form-left-to-w3l input[type="email"], .form-left-to-w3l input[type="password"] {
        padding: .5em .6em;
    }

    .form-left-to-w3l i {
        line-height: 33px;
    }
}

@media(max-width:991px) {
    .w3layouts-two-grids {
        width: 89%;
    }

    .copyrigh-wthree {
        padding: 2.3em 0em 4em;
    }

    .w3layouts_more-buttn a {
        font-size: 14px;
    }

    button[type=submit] {
        margin: 36px 0px 16px;
    }
}

@media(max-width:900px) {
    h1.error {
        padding-top: 42px;
        margin-bottom: 30px;
    }

    .img-right-side, .txt-left-side {
        padding: 3em 2.7em 2.5em;
    }

    .w3layouts-two-grids {
        width: 95%;
    }

    .w3layouts_more-buttn h3 {
        margin-top: 37px;
    }
}

@media(max-width:800px) {
    button[type=submit] {
        padding: 12px 20px;
    }

    .img-right-side p, .txt-left-side p {
        margin-bottom: 39px;
    }

    .img-right-side, .txt-left-side {
        padding: 2.7em 5em 2.2em;
    }

    h1.error {
        font-size: 38px;
    }

    .mid-class {
        flex-direction: column-reverse;
    }

    .w3layouts-two-grids {
        width: 68%;
    }

    .w3layouts_more-buttn h3 {
        margin-top: 32px;
    }
}

@media(max-width:768px) {
    .img-right-side, .txt-left-side {
        padding: 2.4em 5em 2.2em;
    }

        .img-right-side p, .txt-left-side p {
            margin-bottom: 32px;
        }
}

@media(max-width:767px) {
    h1.error {
        font-size: 35px;
    }

    button[type=submit] {
        padding: 11px 20px;
    }

    .copyrigh-wthree {
        padding: 2.1em 0em 3.5em;
    }
}

@media(max-width:736px) {
    .w3layouts-two-grids {
        width: 70%;
    }

    .w3layouts_more-buttn h3 {
        font-size: 14px;
    }
}

@media(max-width:667px) {
    .img-right-side, .txt-left-side {
        padding: 2.4em 4em 2.2em;
    }

    .w3layouts-two-grids {
        width: 72%;
    }

    h1.error {
        font-size: 33px;
    }
}

@media(max-width:640px) {
    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }

    .img-right-side, .txt-left-side {
        padding: 2.1em 3.5em 2.1em;
    }

    button[type=submit] {
        margin: 34px 0px 15px;
    }
}

@media(max-width:600px) {
    body {
        background: #fff !important;
    }

    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }
    /*.top5{
         padding-top:0%;
     }
     .top9{
         padding-top:0%;
     }*/
    .newlogin30 {
        width: 100%;
        margin: auto;
        background: #277eff;
        border-radius: 6px;
    }

    .forgetpasswordnew {
        width: 100%;
        margin: auto;
        background: #fff;
        border-radius: 20px;
        
    }
    h1.error {
        padding-top: 38px;
        margin-bottom: 27px;
    }

    .w3layouts-two-grids {
        width: 77%;
    }

    .w3layouts_more-buttn h3 {
        margin-top: 29px;
    }
}

@media(max-width:568px) {
    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }

    .img-right-side h3, .txt-left-side h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .w3layouts-two-grids {
        width: 78%;
    }
}

@media(max-width:480px) {
    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }

    .img-right-side, .txt-left-side {
        padding: 2.1em 3em 2.1em;
    }

    .w3layouts-two-grids {
        width: 89%;
    }

    .img-right-side p, .txt-left-side p {
        margin-bottom: 29px;
    }

    .copyrigh-wthree p {
        letter-spacing: 1px;
    }
}

@media(max-width:440px) {
    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }

    h1.error {
        font-size: 31px;
        letter-spacing: 1px;
    }

    .w3layouts-two-grids {
        width: 92%;
    }

    .img-right-side, .txt-left-side {
        padding: 2.1em 2.2em 2.1em;
    }

    .copyrigh-wthree p {
        line-height: 29px;
    }
}

@media(max-width:414px) {
    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }

    .img-right-side p, .txt-left-side p {
        margin-bottom: 26px;
    }

    .copyrigh-wthree {
        padding: 2em 0em 3.2em;
    }

    .img-right-side h3, .txt-left-side h2 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 33px;
    }
}

@media(max-width:384px) {
    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }

    h1.error {
        font-size: 29px;
    }

    .img-right-side, .txt-left-side {
        padding: 2em 2em 2em;
    }

    .w3layouts_more-buttn h3 {
        margin-top: 27px;
    }
}

@media(max-width:375px) {
    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }

    .img-right-side h3, .txt-left-side h2 {
        margin-bottom: 17px;
        line-height: 30px;
    }

    .form-left-to-w3l i {
        font-size: 16px;
    }

    .remenber-me, a.for {
        font-size: 11px;
    }
}

@media(max-width:320px) {
    #loginForm {
        padding-top: 0px;
        width: 100%;
        height: 100%;
    }

    h1.error {
        font-size: 24px;
    }

    .img-right-side, .txt-left-side {
        padding: 1.8em 1.7em 1.8em;
    }

    .w3layouts_more-buttn h3 {
        font-size: 13px;
    }

    .w3layouts_more-buttn a {
        font-size: 13px;
        line-height: 27px;
    }
}

.modal-body > p {
    margin: 0 0 5px;
}
/*--//responsive--*/
/*Timepiker start*/


.firsttime > a {
    font-size: 13px;
    color: #fff;
    position: absolute;
    left: 30%;
    bottom: -52%;
    margin-top: 20px;
    right: 5px;
    text-decoration: underline;
    font-weight: 600;
}

@media (min-width: 360px) and (max-width: 480px) {

    .modal-dialog {
        width: 600px;
        margin: 104px auto !important;
    }
}
