﻿/***Added by Midhun - For New Login page***/
/***Used in Login, Register, Forget Password and Forget Username Pages. 
Common styles for all pages. If changing anything check in all the 4 pages***/
body {font-family: var(--regular); }
.footerres { max-width: 100% !important; padding: 0; }
.navbar.navbar-default { display: none; }
.section.footersec { display: none; }
.gray-bg { background: #fff url('../img/loginbg.jpg?ver=2.0') no-repeat right top fixed; background-size: cover; }
.newloginleft { position: relative; width: 440px; background: #fff; min-height: 100vh; box-shadow: 5px 1px 3px #ecf0f4; }
.newlogin { padding: 20px 80px; }
.newlogin > a { display: block; text-align: center; }
.newlogin > a > img { display: inline; }
.newlogincont { padding: 20px 70px; }
.newlogincont > p { font-size: 18px; margin-bottom: 15px; }
.newlogincont .rdbstyle > li > label { margin: 0 20px 0 10px; font-size: 15px; text-transform: uppercase; }
.form-group > label { font-weight: normal; }
.form-group > input { border-radius: 16px; padding: 8px 12px; height: 38px; font-size: 15px; }
.form-group.pwordview { position: relative; }
.form-group.pwordview > input { padding-right: 35px; }
.form-group.pwordview > a { position:absolute;top:12px;right:15px; color:#b3b3a1; }
.form-group input.btn-primary { background-color: var(--green); border-color: var(--green); transition: ease .5s; }
.form-group input.btn-primary:hover { background-color: var(--blue) !important; border-color: var(--blue) !important; }
.newlogincont > div > p { text-align: center; }
.newlogincont > div > p > a { color: #676A6C; }
.newlogincont > div > p > a:hover { color: #337ab7; }
.newloginreg { border-top: 1px solid #dbdbdb; padding: 30px 70px; text-align: center; }
.newloginreg > h4 { font-size: 24px; margin: 4px; font-weight: normal; }
.newloginreg > a { transition: ease .5s; font-size: 15px; border-radius: 16px; padding: 8px 12px; height: 38px; background-color: var(--green); color: #FFFFFF; display: block; margin-top: 15px; }
.newloginreg > a:hover { background-color: var(--blue); border-color: var(--blue); }
.newlogintext { position: fixed; left: 520px; bottom: 80px; width: 480px; }
.newlogintext > b { font-family: var(--bold);font-size: 26px; color: var(--green);font-weight: normal; }
.newlogintext > h2 { font-size: 56px; color: var(--blue); margin: 0; text-transform: uppercase; line-height: 54px;font-family: var(--head); }
.newlogintext > p { font-size: 22px; }

/***Custom Checkbox***/
.chkboxlist { float: left; padding-left: 0; }
.chkboxlist > li { display: block; margin-right: 10px; position: relative; margin-top: 6px; }
.chkboxlist > li > input[type="checkbox"] { position: absolute; left: -3px; }
.chkboxlist > li > label { margin: 0; width: auto; display: inline-block; padding-left: 20px; font-weight: normal; color: #0a1741; font-size: 14px; }
.chkboxcont [type="checkbox"]:not(:checked), .chkboxcont [type="checkbox"]:checked { left: -9999px; }
.chkboxcont [type="checkbox"]:not(:checked) + label, .chkboxcont [type="checkbox"]:checked + label { position: relative; cursor: pointer; }
.chkboxcont [type="checkbox"]:not(:checked) + label { color: #606060; }
/***Checkbox Aspect***/
.chkboxcont [type="checkbox"]:not(:checked) + label:before, .chkboxcont [type="checkbox"]:checked + label:before { content: ''; position: absolute; left: 0; top: 3px; width: 13px; height: 13px; border: 1px solid #7f7f7f; background: #fff; }
/***Checked mark aspect***/
.chkboxcont [type="checkbox"]:not(:checked) + label:after, .chkboxcont [type="checkbox"]:checked + label:after { content: '✔'; position: absolute; top: 0px; left: 3px; font-size: 12px; color: #619D1F; transition: all .3s; }
/***Checked mark aspect changes***/
.chkboxcont [type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0); }
.chkboxcont [type="checkbox"]:checked + label:after { opacity: 1; transform: scale(1); }
/***Disabled Checkbox***/
.chkboxcont [type="checkbox"]:disabled:not(:checked) + label:before, .chkboxcont [type="checkbox"]:disabled:checked + label:before { box-shadow: none; border-color: #bbb; background-color: #ddd; }
.chkboxcont [type="checkbox"]:disabled:checked + label:after { color: #999; }
.chkboxcont [type="checkbox"]:disabled + label { color: #aaa; }
/***Accessibility***/
.chkboxcont [type="checkbox"]:checked + label:before { border: 1px solid #d2e18c; }
.captcharefresh { border-radius:0px 16px 16px 0px;overflow:hidden;}
.captcharefresh > a { display:inline-block;background-color:#f4f4f4;color: var(--green);}
.captcharefresh > a > i {display:inline-block;width:30px;height:38px;font-size: 14px;line-height:38px;text-align:center; }

@media only screen and (max-width:992px) {
    .newloginleft { width: 380px; }
    .newlogin, .newlogincont, .newloginreg { padding: 20px 30px; }
    .newlogintext { left: 420px; bottom: 100px; width: 340px; }
    .newlogintext > b { font-size: 24px; }
    .newlogintext > h2 { font-size: 48px; line-height: 42px; }
    .newlogintext > p { font-size: 18px; }
}
@media only screen and (max-width:768px) {
    .gray-bg { background: #ecf0f4; }
    .newloginleft { margin: 10px auto; box-shadow: 0px 0px 10px #ecf0f4; max-width: 96%; border-radius: 8px; }
    .newlogintext { display: none; }
    .newlogin { padding: 10px; text-align: center; }
    .newlogin > a > img { max-width: 220px; display: inline; }
}
@media only screen and (max-width:479px) {
    .newlogincont, .newloginreg { padding: 20px; }
}
