/* CSS for NEw REG START*/
@font-face {
    font-family: 'MyWebFont';
    src: url('DINNextLTPro-Regular.ttf') format('truetype');
}
.newReg-parent-conatiner {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-family: 'MyWebFont';
}
.newReg-mainsection {
    width: 100%;
    font-family: 'MyWebFont';
    display: flex;
    height: 96%;
}

.newReg-mainsection .left-block {
    width: 30%;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: 'MyWebFont';
}
.newReg-mainsection .right-block {
    width: 70%;
    font-family: 'MyWebFont';
    display: inline-block;
    box-shadow: -5px 0 5px -5px #E8E8E8;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-utasNewLoginPage .newReg-mainsection {
    height: 100%;
}
.page-utasNewLoginPage .newReg-mainsection .right-block {
    background-image: url(../../common/images/newRegBGI.jpg);
    min-height:98vh;
    background-position: 5%;
}

.newReg-mainsection .right-block img {
    position: relative;
    width: 101%;
    height: auto;
    background-color: #ccc;
    font-family: 'MyWebFont';
}
.newREg-logo {
    padding: 5px 20px;
    border-bottom: 1px solid #E8E8E8;
    font-family: 'MyWebFont';
}

.portal-title p{
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 70px 20px 10px;
    font-family: 'MyWebFont';
    color: #000;
}
.newReg-footersection {
    background: #333333;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    font-family: 'MyWebFont';
    font-size: 8px;
}
.page-utasNewLoginPage .newReg-footersection {
    position:fixed;
    bottom: 0px;
    left: 0px;
}

.newReg-footersection div {
    display: inline-block;
    font-family: 'MyWebFont';
}
.newReg-footersection .left-items {
    width: 55%;
    font-family: 'MyWebFont';
}
.newReg-footersection .right-items {
    width: 44%;
    font-family: 'MyWebFont';
}
.newReg-footersection a {
    text-transform: uppercase;
    padding-right: 55px;
    font-size: 12px;
    line-height: 20px;
    color: #fff !important;
    cursor: pointer;
    letter-spacing: 1.5px;
    font-family: 'MyWebFont';
}
.newReg-footersection a:hover{
	color: #fff;
}
.newUserLogin{
	font-family: 'MyWebFont';
	width: 100%;
	padding: 0 20px;
}
.newUserLogin label {
	color: #000000 !important;
	margin: 4px 0px !important;
	font-size: 12px !important;
	line-height: 20px !important;
	font-family: 'MyWebFont';
}
.newUserLogin .controls input{
	border: none !important;
    width: 100% !important;
    border-bottom: 1px solid #D1D1D1 !important;
    border-radius: 0 !important;
    padding: 5px 15px !important;
    font-size: 14px !important;
	line-height: 22px !important;
	color: #000000 !important;
	font-family: 'MyWebFont' !important;
	box-shadow: none !important;
}
.newUserLogin .loginSubmitButton {
	border-radius: 0 !important;
	background: #E4551F !important;
	font-size: 14px !important;
	line-height: 22px !important;
	align-items: center !important;
	text-align: center !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	color: #FFFFFF !important;
	height: 40px !important;
	padding: 10px 16px 8px !important;
	font-family: 'MyWebFont' !important;
	font-weight: normal !important;
}
.newUserLogin .remember_me {
	margin: 2px 0 !important;
}
.newUserLogin input[type='checkbox'] {
	opacity: 1 !important;
}
.newUserLogin #loginForm .remember_me label {
	font-size: 14px !important;
	float: none !important;
	position: relative !important;
    bottom: 5px !important;
    left: 24px !important;
}
.newUserLogin .newRegforgotPass a {
	font-size: 14px !important;
	line-height: 22px !important;
	font-family: 'MyWebFont' !important;
	font-weight: normal !important;
	color: #2D6BFF !important;
	text-decoration-line: underline !important;
}
.newUserLogin .newRegforgotPass {
	text-align: right !important;
	position: relative;
    bottom: 7px;
    width: 50%;
    float: right;
}
.newUserLogin input[type='checkbox']:checked+label::before {
	opacity: 0 !important;
}
.newUserLogin .control-group {
    margin: 15px 0!important;
}
.newUserLogin .error-message-section p {
	font-size: 12px;
	color: red;
	padding: 0 !important;
    margin: 0 !important;
    text-transform: initial;
    letter-spacing: 1px !important;
    font-weight: bold;
}
.newUserLogin .error-message-section {
	text-align: center;
}
.newUserLogin .resgister-section .loginSubmitButton {
	display: block;
    width: 100%;
    border: 1px solid #E4551F;
    color: #000 !important;
    background: transparent !important;
}
.newUserLogin .resgister-section {
	margin-top: 20px;
}
.newUserLogin .resgister-section .hor-bar{
	display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.newUserLogin .resgister-section .or-comp{
	position: relative;
    margin: auto;
    width: 40px;
    background: #fff;
    height: 20px;
    display: block;
    bottom: 14px;
    padding: 0 10px;
    font-family: 'MyWebFont' !important;
}
.newUserLogin .fa {
  float: right;
  position: relative;
  bottom: 45px;
  cursor: pointer;
}
span.reveal-password {
	pointer-events: none;
}
/* CSS for New REG END*/
/* adding few classes for large desktop responsiveness*/
@media screen and (min-width: 1400px) {
	  .page-utasNewLoginPage .utas-page {
		max-width: 100% !important;
	}
	.newReg-mainsection .right-block img {
		width: 115%;
	}
    .page-utasNewLoginPage .newReg-mainsection .right-block {
        height: 98vh;
    }
}
.page-utasNewLoginPage .box {
    padding: 0px;
    margin-bottom: 0px;
}
.page-utasNewLoginPage .left-block {
    padding-left: 1.5em;
}