@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

body {
    background: #efefef;
}
/*.container{
	width: 1164px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}*/

/*logo-in-page start here*/
.login-container {
    width: 406px;
    margin-left: auto;
    margin-right: auto;
}

.login-header {
    background-color: #fff;
    text-align: center;
    padding: 40px 0 20px 0;
}

    .login-header a {
        width: 195px;
        height: 53px;
    }

.bodyContent {
    background-color: #E7E7E7;
}

.login-body {
    background-color: #fff;
    padding: 0px;
}

    .login-body h3 {
        margin: 0;
        padding: 0;
        text-align: center;
    }

.login-form {
    padding: 0px 60px;
}

    .login-form h1 {
        margin: 0;
        padding: 0;
        color: #4A4A4A;
        font-family: Lato, sans-serif;
        font-size: 24px;
        font-weight: 300;
        line-height: 29px;
        text-align: left;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.padding-0 {
    padding: 0px;
}

.login-form-inner {
    margin-bottom: 15px;
}

.login-input-block {
    display: inline-block;
}

.full-fledge input[type="text"], .full-fledge input[type="password"] {
    background-color: #ECF2F4;
    border-radius: 4px;
    width: 282px;
    height: 43px;
    margin-bottom: 0px;
    padding: 10px 20px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    color: #9B9B9B;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-align: left;
}
.full-fledge .error-msg {
    font-size: 13px;
    color: #f00;
    padding-left: 32px;
    float: left;
    display: inline-block;
}
.checkbox-div{
    padding-left:30px;
}
.clear{
    clear:both;
}
.full-fledge:focus, .full-fledge input[type="text"]:focus, .full-fledge input[type="password"]:focus {
    outline: none;
}

.submit-block {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    display: inline-block;
}

    .submit-block a:focus {
        outline: none;
    }

.submit-btn {
    background-color: #F54F2B;
    border-radius: 4px;
    width: 282px;
    height: 43px;
    padding: 10px 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding-top: 12px;
}

    .submit-btn a {
        color: #FFFFFF;
        font-family: Lato, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        text-align: left;
        text-transform: uppercase;
        vertical-align: middle;
    }

.full-fledge {
    width: 100%;
}

.login-form h1 {
    color: #4A494A;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 33px !important;
}

.login-container-inner {
    margin-top: 0px;
    text-align: center;
    padding: 0;
    position: relative;
    height: 100vh;
}

    .login-container-inner .login-container {
        background-color: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
        width: 406px;
        height: 445px;
        position: absolute;
        left: 32%;
        top: 14%;
    }

    .login-container-inner .forgot-password {
        height: 360px;
    }

.tag-manager h3 {
    color: #4A4A4A;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
/*logo-in-page end here*/
/*forgot page start here*/
.fotgot-otp {
    text-align: center;
    margin: 20px 0;
    padding: 0;
    margin-top: 26px;
}

    .fotgot-otp a {
        color: #F65431;
        font-family: Lato, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        text-align: left;
        text-transform: uppercase;
    }

        .fotgot-otp a:hover, .fotgot-otp a:focus, .submit-block a:hover, .submit-block a:focus {
            text-decoration: none;
        }

.forgotform .full-fledge label {
    color: #9B9B9B;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    float: left;
    padding: 0px 47px 10px;
    margin-bottom: 0;
}
/*forgot page end here*/

.check_box {
    float: left;
    padding-right: 5px;
}

    .check_box input[type="checkbox"]:focus {
        outline: none !important;
    }

.remember {
    float: left;
    font: 12px Arial, Helvetica, sans-serif;
    padding: 3px 0 0 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.padding-30 {
    padding-bottom: 30px;
}
.login-input-block .full-fledge {
    margin-bottom:10px;
}
.login-input-block2 {
    margin-top: 10px;
    color: #dc1e1b;
}
.padding-20 {
    padding-left: 20px;
    padding-bottom: 25px;
}