html,
body {
    font-family: "Lato";
    background-color: #fff;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Lato";
    background-color: #fff;
}

p {
    color: #b3b3b3;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    height: 4px;
    width: 249px;
    color: #1C1D21;
    font-family: Lato;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2px;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a:hover {
        text-decoration: none !important;
    }

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}

.half,
.half .container > .row {
    height: 100vh;
    width: 100%;
    top: 0px;
}

    .half .contents,
    .half .bg {
        width: 100%;
        padding-left: 95px;
        padding-right: 95px;
    }

        .half .contents .form-group,
        .half .bg .form-group {
            margin-bottom: 0;
            height: 71px;
            padding: 5px 5px;
            border-bottom: 1px solid #ced4da;
            background-color: #F6F6F6;
        }

            .half .contents .form-group label,
            .half .bg .form-group label {
                height: 10px;
                width: 150px;
                color: #8181A5;
                font-family: Lato;
                font-size: 14px;
                letter-spacing: 0;
                line-height: 10px;
            }

        .half .contents .form-control,
        .half .bg .form-control {
            border: none;
            background-color: #F6F6F6;
            padding: 0;
            font-size: 14px;
            border-radius: 0;
            text-align: left;
        }

            .half .contents .form-control:active,
            .half .bg .form-control child:focus,
            .half .contents .form-control:focus,
            .half .bg .form-control:active {
                outline: none;
                box-shadow: none;
                background-color: #F6F6F6;
                border-color: #5E81F4;
            }

    .half .bg {
        background-size: cover;
        background-position: center;
        height: 100%;
    }

.i {
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 0px;
}

    .i i {
        color: rgb(109, 112, 110);
        transition: .3s;
    }

.half a {
    height: 17px;
    width: 115px;
    color: #5E81F4;
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
}

.half .btn {
    outline: none;
    border: none;
    border-radius: 25px;
    width: 178px;
    border-radius: 9px;
    background-color: #5E81F4;
    margin-left: -20px;
    height: 46px;
}

    .half .btn:hover {
        background: #948e8e;
    }

.button {
    outline: none;
    border: none;
    border-radius: 25px;
    width: 178px;
    border-radius: 9px;
    background-color: #5E81F4;
    margin-left: -20px;
    height: 46px;
}

    .button a {
        height: 17px;
        width: 115px;
        color: #fff;
        font-family: Lato;
        font-size: 15px;
        font-weight: bold;
        font-family: Lato;
        letter-spacing: 0;
        line-height: 17px;
    }

    .button:hover {
        background: #948e8e;
    }

.half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
}

    .half .forgot-pass:hover {
        background: #dedbdb;
    }

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 14px;
}

    .control .caption {
        color: #1C1D21;
        font-family: Lato;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 17px;
    }

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #007bff;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #1a88ff;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator:after {
    font-family: 'icomoon';
    content: '\e5ca';
    position: absolute;
    display: none;
    font-size: 16px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.control input:checked ~ .control__indicator:after {
    display: block;
    color: #FFF;
}

.half .bg img {
    margin-left: -91px;
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
    background-color: #7e0cf5;
    opacity: .2;
}

.company-logo {
    padding-bottom: 50px;
}

.login-cntrl {
    font-weight: 800;
    color: #000000;
    font-size: 14px;
    padding-left: 10px !important;
}

.portal-header {
    background-blend-mode: multiply;
    background-image: radial-gradient(98.58% 98.58% at 57.43% 48.15%, #5E81F4 0%, #1B51E5 100%), url('../Images/ezra.png');
    /* height: 100%; */
    background-size: cover;
    color: white;
    padding: 20px;
}

.portal-header2 {
    background-blend-mode: multiply;
    background-image: radial-gradient(98.58% 98.58% at 57.43% 48.15%, #5E81F4 0%, #1B51E5 100%), url('../Images/recover.png');
    width: 80%;
    height: 100%;
    background-size: cover;
    color: white;
    padding: 20px;
}

product-logo {
    bottom: 0px;
    position: absolute;
    right: 0px;
    padding-right: 10px;
    padding-bottom: 30px;
}

.logon-control img {
    display: block;
    padding: 0;
    margin: 0;
    height: 40px;
    width: 160px;
    margin-right: auto;
}

.logon-control {
    padding-left: 20%;
    padding-right: 20%;
}

.recover-text h3 {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: left;
    height: 85px;
    width: 411px;
    left: 59px;
    top: 280px;
}

.sign h3 {
    display: none;
}

.Enter-info h4 {
    display: none;
}

.Recover-info h4 {
    display: none;
}

.lost h3 {
    display: none;
}

.Black-ezra-log img {
    display: none;
}

.Black-ezra-log2 img {
    display: none;
}

.sign-in-text h3 {
    height: 75px;
    width: 411px;
    left: 59px;
    top: 280px;
    font-family: Lato;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: left;
}

.Enter-info2 h4 {
    display: none;
}

.lost-password-text h2 {
    font-family: Lato;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: right;
    height: 85px;
    width: 411px;
    margin-left: 250px;
    margin-top: 170px;
}

.set-account-text h4 {
    font-family: Lato;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: right;
    height: 73px;
    width: 309px;
    margin-left: 350px;
    margin-top: 3px;
}

.reset-pass-text h4 {
    font-family: Lato;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: right;
    height: 73px;
    width: 309px;
    margin-left: 350px;
    margin-top: 3px;
}

.half .contents .form-group:focus-within {
    border-bottom: 1px solid #5E81F4;
}


/* For Tablets */

@media screen and (min-width: 540px) and (max-width: 820px) {
    .logon-control {
        background-color: #fff;
        width: 100%;
        opacity: 99%;
       /* padding-left: 15px;
        padding-right: 15px;*/
        height: 88%;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        TOP: -257px;
        position: absolute;
    }

    .sign h3 {
        display: block;
        font-family: Lato;
        color: #fff;
        text-align: center;
        margin-left: 29%;
        font-weight: 800, bold;
        line-height: 42px;
        font-size: 32px;
        bottom: 0px;
        height: 90px;
        width: 325px;
        right: -129px;
        position: relative;
        top: 61px;
    }

    .half, .half .container > .row {
        height: 58vh;
        width: 998px;
        margin-left: -117.7px;
    }

    .half .contents,
    .half .bg {
        width: 110.2%;
        padding-left: 0;
        padding-right: 0;
    }

    .lost h3 {
        display: block;
        font-family: Lato;
        color: #fff;
        text-align: center;
        margin-left: 0%;
        font-weight: 700, bold;
        line-height: 42px;
        font-size: 32px;
        bottom: -10px;
        height: 84px;
        width: 325px;
        left: 220px;
        position: relative;
        top: 360px;
    }

    .logon-control img {
        margin-top: 15px;
        display: block;
        margin-right: auto;
        height: 30px;
        width: 90px;
    }

    .Enter-info h4 {
        display: block;
        font-family: Lato;
        color: #fff;
        text-align: center;
        margin-left: 28%;
        font-weight: 800, bold;
        line-height: 24px;
        font-size: 16px;
        bottom: 10px;
        height: 90px;
        width: 262px;
        right: -117px;
        position: relative;
        top: 70px;
    }

    .Enter-info2 h4 {
        display: block;
        font-family: Lato;
        color: #fff;
        text-align: center;
        margin-left: 9%;
        font-weight: 700, bold;
        line-height: 24px;
        font-size: 16px;
        height: 24px;
        width: 262px;
        left: 376px;
        position: relative;
        top: 35px;
    }

    .Recover-info h4 {
        display: block;
        font-family: Lato;
        color: #fff;
        text-align: center;
        margin-left: 28%;
        font-weight: 800, bold;
        line-height: 24px;
        font-size: 16px;
        bottom: 10px;
        height: 90px;
        width: 262px;
        right: -25px;
        position: relative;
        top: 330px;
    }

    .Black-ezra-log img {
        display: block;
        height: 20px;
        width: 64px;
        bottom: 5px;
    }

    .sign-in-text {
        text-align: center;
        display: none;
    }

    .recover-text {
        display: none;
    }

    .portal-header img {
        display: none;
    }

    .half .container > .row {
        height: 100%
    }

    .lost-password-text h2 {
        display: none;
    }

    .set-account-text h4 {
        display: none;
    }

    .Black-ezra-log2 img {
        display: none;
    }

    .logon-control2 img {
        display: none;
    }

    .reset-pass-text h4 {
        display: none;
    }

    .button {
        width: 100%;
    }
}

@media (max-width: 540px) {
    .logon-control {
        position: absolute;
        background-color: #fff;
        width: 100%;
        opacity: 99%;
        padding-left: 15px;
        padding-right: 15px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        top: -93px;
    }

        .logon-control img {
            margin-top: 10px;
            display: block;
            margin-right: auto;
            height: 30px;
            width: 90px;
        }

    .half .contents,
    .half .bg {
        width: 101.5%;
        padding-left: 0;
        padding-right: 0;
    }

    .product-logo {
        bottom: 0px;
        position: absolute;
        right: 0px;
        padding-right: 50%;
        padding-bottom: 20px;
    }

    .sign-in-text {
        text-align: center;
        display: none;
    }

    .recover-text {
        display: none;
    }

    .half, .half .container > .row {
        height: 58vh;
        width: 386px;
        margin-left: -23px;
    }

    .company-logo {
        padding-bottom: 5px;
    }

    .sign h3 {
        display: block;
        font-family: Lato;
        color: #fff;
        text-align: center;
        margin-left: 0%;
        font-weight: 700,bold;
        line-height: 42px;
        font-size: 32px;
        bottom: -10px;
        height: 84px;
        width: 325px;
        left: 37px;
        position: relative;
        top: 90px;
    }

    .lost h3 {
        display: block;
        font-family: Lato;
        color: #fff;
        text-align: center;
        margin-left: 0%;
        font-weight: 700,bold;
        line-height: 42px;
        font-size: 32px;
        bottom: -10px;
        height: 84px;
        width: 325px;
        left: 9px;
        position: relative;
        top: 170px;
    }

    .Enter-info h4 {
        display: block;
        font-family: Lato;
        color: #fff;
        text-align: center;
        margin-left: 9%;
        font-weight: 700,bold;
        line-height: 24px;
        font-size: 16px;
        height: 24px;
        width: 262px;
        left: 30px;
        position: relative;
        top: 95px;
    }

    .Enter-info2 h4 {
        display: block;
        font-family: Lato;
        color: #fff;
        text-align: center;
        margin-left: 9%;
        font-weight: 700,bold;
        line-height: 24px;
        font-size: 16px;
        height: 24px;
        width: 262px;
        left: 31px;
        position: relative;
        top: 55px;
    }

    .Recover-info h4 {
        display: block;
        font-family: Lato;
        color: #fff;
        text-align: center;
        margin-left: 28%;
        font-weight: 800,bold;
        line-height: 24px;
        font-size: 16px;
        bottom: 10px;
        height: 90px;
        width: 262px;
        right: 50px;
        position: relative;
        top: 130px;
    }

    .half .btn {
        width: 100%;
        margin-left: -4%;
    }

    .button {
        width: 100%;
        margin-left: 2%;
    }

    .Black-ezra-log img {
        display: block;
        height: 20px;
        width: 64px;
        bottom: 10px;
    }

    .portal-header img {
        display: none;
    }

    .half .container > .row {
        height: 100%
    }

    .lost-password-text h2 {
        display: none;
    }

    .set-account-text h4 {
        display: none;
    }

    .Black-ezra-log2 img {
        display: none;
    }

    .reset-pass-text h4 {
        display: none;
    
    }
    }
