@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

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,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    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-weight: normal;
        font-style: normal;
        vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
   

body {
	font-weight: normal;
	font-style: normal;
    color:#464647;
    font-family: 'Roboto', sans-serif;
}
ol,
ul {
    list-style: none;
}
tr th {
    font-weight: 900;
    font-size: 15px;
}

tr td {
    font-size: 14px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*End Reset CSS Code*/

.custom-check {
    display: none;
}

.custom-check+label {
    color: #645f5f;
    font-size: 13px;
    font-weight: normal;
    position: relative;
    margin: 0;
    padding-left: 30px;
    font-weight: normal;
}

.custom-check+label:before {
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    border: 2px solid #ddd;
    left: 0;
    top: 0;
    transition: all 0.3s;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.custom-check:checked+label:before {
    background: #045fa9;
    border-color: #045fa9;
}

.custom-check+label:after {
    width: 12px;
    height: 7px;
    position: absolute;
    content: "";
    transition: all 0.3s;
    left: 4px;
    border: 2px solid transparent;
    transform: rotate(0deg);
    top: 4px;
}

.custom-check:checked+label:after {
    border-left-color: #fff;
    border-bottom-color: #fff;
    transform: rotate(-45deg);
}

.login-outer {
    display: flex;
    justify-content: space-around;
    height: 100%;
}
.login-left-panel {
    /*    background:url(../images/login-left-bg.png);*/
    background: var(--radius);
    background-repeat: no-repeat;
    width: 50%;
    height: 100vh;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.login-logo {
    text-align: center;
}
.login-logo img {
    width:311px;
    margin-bottom: 2.5rem;
}
.login-right-panel {
    width:50%;
    padding: 67px 30px 0 30px;
}
.login-right-panel h1 {
    font-size: 42px;
    color: #0761d4;
    font-weight: 500;
    margin: 0 0 1rem 0;
    text-align: center;
}
    .login-right-panel h3 {
        color: #0761d4;
        font-weight: 500;
        margin: 0 0 1rem 0;
        text-align: center;
    }
.login-right-panel p {
    font-size: 16px;
    color: #c4c4c4;
    line-height: 27px;
    text-align: center;
    padding:0 2rem;
}
.login-block {
    padding: 3rem 7rem;
}
.login-block .form-group {
    margin-bottom: 2rem;
}
.login-block .form-control {
    border: 0;
    border-bottom: solid 2px #d2d2d2;
    border-radius: 0;
    padding-left: 0;
}
.login-block label {
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 500;
    margin: 0 0 5px 0;
}
.fogot {
    display: flex;
    justify-content: space-between;
}
.fogot .form-group {
    margin-bottom: 0px;
}
.fogot label {
    font-size: 14px;
    color: #3f92e4;
    font-weight: normal;
    margin: 0px;
}
.fogot a {
    font-size: 14px;
    color: #3f92e4;
    font-weight: 500;
}
.register-block {
    padding: 3rem 2rem .5rem 2rem;
}
.login-block .form-group {
    margin-bottom: 2rem;
}
.register-block .form-control {
    border: 0;
    border-bottom: solid 2px #d2d2d2;
    border-radius: 0;
    padding-left: 0;
}
.register-block label {
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 500;
    margin: 0 0 5px 0;
}
.register-block .form-group {
    margin-bottom: 2rem;
}
.login-btn {
    font-size: 24px;
    color: #fff;
    background: #0761d4;
    font-weight: 600;
    border-radius: 30px;
    display: block;
    width: 100%;
    margin-top: 2rem;
    padding: 10px 0;
}
.login-btn:hover {
    background: #0057c7;
    color: #fff;
}
.register-btn {
    font-size: 22px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border: solid 3px #fff !important;
    border-radius: 50px !important;
    padding: 14px 3.5rem !important;
}
.register-btn:hover {
    color: #fff;
}
.login-left-panel h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 2rem 0;
}
.login-left-panel p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    padding: 0 3rem;
    margin-bottom: 2rem;
    text-align: center;
}
.register-left-panel {
    /*    background: url(../images/register-bg.png);*/
    background: var(--radius);
    background-repeat: no-repeat !important;
/*    height: 1100px !important;*/
    height: 100vh;
    background-size: cover !important;
    width: 50% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-content: center !important;
    justify-content: center !important;
} 
.register-left-panel h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 1rem 0;
}
.register-left-panel p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    padding: 0 1.5rem;
    margin-bottom: 4rem;
    text-align: center;
}


/*Start Media Query --- Please put all respective media queries in bottom of this page*/


@media screen and (max-width: 768px) {
    .login-outer {
        flex-flow: column;
    }
    .login-left-panel {
        width:100%;
    }
    .register-btn {
        margin-bottom: 3%;
    }
    .login-right-panel {
        width:100%;
    }
    .register-left-panel {
        width:100%;
    }
}



@media screen and (max-width: 767px) {
    
   
    .login-left-panel h1 {
        text-align: center;
        font-size: 27px;
        margin-bottom: 1rem;
    }
    .register-left-panel p {
        padding: 0 18px;
    }
    .register-left-panel h1 {
        text-align: center;
        font-size: 27px;
        margin-bottom: 1rem;
    }
    .login-left-panel p {
        padding: 0 18px;
    }
   
    .login-block {
        padding: 0;
    } 
    .login-right-panel p {
        padding: 0 0 2rem 0;
    }
    .login-right-panel {
        padding-bottom: 1rem;
    }
    .login-logo img {
        width:100%;
    } 
    .login-right-panel h1 {
        font-size: 34px;
    }
    .login-right-panel p {
        font-size: 14px;
    }
    .ValidEmail {
        margin-top: 4px;
        margin-left: 9px;
        position: absolute;
        width: 16px;
        height: 16px;
    }

}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 320px) {}