﻿html {
    height: 100%;
}
body {
    font-family: sans-serif;
    margin: 0;
    height: 100%;
    background: #0a2100 url('../../images/PIN/UserAccount/bil-bg.jpg') no-repeat 0 0 / cover !important;
}
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-aspect-ratio: 16/9) {
.fullscreen-bg__video {
    height: 300%;
    top: -100%;
}
}
@media (max-aspect-ratio: 16/9) {
.fullscreen-bg__video {
    width: 300%;
    left: -100%;
}
}

.my-header {
    background-color: #FFFFFF;
    height: 50px;
    border-bottom: 3px solid #b8b8b8;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
    padding-left: 20px;
    padding-top: 4px;
}
/*******************************SIGN UP PAGE***************************/
.container.signup-container {
    max-width: 850px;
    min-height: 450px;
    margin: 0 auto 0;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
    position: relative;
    background: rgba(212, 223, 210, 0.6);
    border-right: 45px solid #70A067;
    padding: 0;
    border-top: 5px solid #70A067;
    border-bottom: 5px solid #70A067;
    border-left: 12px solid #70A067;
}
.container.signup-container .screen-2 {
    max-width:100%;
    background-color: rgba(212, 223, 210, 0.8);
    min-height: 450px;
    clear:both;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
}
.container.signup-container .section-left {
    max-width: 360px;
    height: 528px;
    display: flex;
}
.container.signup-container .section-left img {
    width: 320px;
    height: 410px;
    margin: auto;
}
.container.signup-container .section-right {
    width: calc(100% - 360px);
    height: 450px;
    float: right;
    padding: 10px 25px 10px 0;
    box-sizing: border-box;
}
.container.signup-container .section-right h1 {
    color:#626262;
    font-size:34px;
    margin:10px 0;
}
.text-box-wrapper {
    border-top: 3px solid #626262;
    border-bottom: 3px solid #626262;
    padding-top: 15px;
    min-height: 295px;
}

.container.signup-container .bullets {
    position: absolute;
    right: -37px;
    border-radius: 3px;
    background: #fff;
    width: 30px;
    height: 7px;
    display: block;
}


/***********************LOGIN**********************************/

.container.login-container {
    max-width: 670px;
    min-height: 326px;
    margin: 0 auto 0;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
    position: relative;
    background: rgba(212, 223, 210, 0.6);
    border-right: 45px solid #70A067;
    padding: 0;
    border-top: 5px solid #70A067;
    border-bottom: 5px solid #70A067;
    border-left: 12px solid #70A067;
}
.container.login-container .screen-2 {
    max-width:100%;
    background-color: rgba(212, 223, 210, 0.8);
    min-height: 326px;
    clear:both;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
}
.container.login-container .section-left {
    max-width: 286px;
    height: 377px;
    display: flex;
}
.container.login-container .section-left img {
    width: 270px;
    height: 310px;
    margin: auto;
}
.container.login-container .section-right {
    width: calc(100% - 286px);
    min-height: 326px;
    height:auto;
    float: right;
    padding: 10px 18px 10px 12px;
    box-sizing: border-box;
}
.container.login-container .section-right .logo {
    margin:10px 0 10px;
}
.text-box-wrapper {
    border-top: 3px solid #626262;
    border-bottom: 3px solid #626262;
    padding: 18px 15px 0 10px;
    min-height: 155px;
}
.signup-container .text-box-wrapper {
    min-height:290px;
    padding: 18px 0px 0 0px;
}
.forgot-password .text-box-wrapper {
    border-bottom: 0;
}
.forgot-password .form-section {
    min-height:250px;
    position:relative;
}
.forgot-password .login-instruction {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.login-instruction{
    color: #626262;
    font-size: 12px;
    /*font-weight: bold;*/
    margin-bottom: 3px;
    display: block;
    line-height: 14px;
}

.text-box-wrapper .custom-field-wrapper i {
    position: absolute;
    left: 12px;
    color: #626262;
    top: 17px;
    font-size: 14px
}
.text-box-wrapper .custom-field-wrapper input.signuu-company-id {
    width: calc(100% - 220px);
    float: right;
    padding: 8px 10px 6px 10px;
}
.text-box-wrapper .custom-field-wrapper label.company-url {
 float: left;
 color: #626262;
 font-size: 14px;
 font-weight: bold;
 text-align: right;
 padding: 17px 5px 12px 0px;
 width: 205px;
}
.company-id-wrapper {
 position: relative;
 width: calc(100% - 275px);
 float: right;
}
.custom-field-wrapper .company-id-wrapper input.custom-field {
    padding:16px 5px 5px 8px
}
.container.signup-container .bullets,
.container.login-container .bullets {
    position: absolute;
    right: -37px;
    border-radius: 3px;
    background: #fff;
    width: 30px;
    height: 7px;
    display: block;
}






.custom-field-wrapper {
    height: 48px;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
}
input[type="number"] {
    width: 100%;
}
.custom-field-wrapper input.custom-field {
    height: 48px;
    color: #70A067;
    float: none;
    font-size: 18px;
    font-weight: 400;
    padding: 18px 5px 5px 35px;
    box-sizing: border-box;
    border: 2px solid #626262;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}
.custom-field-wrapper select.custom-field {
  background: rgba(255, 255, 255, 0.5) url('../../images/PIN/UserAccount/login-drodown-arrow.png') no-repeat right center;
  border: 0 none;
  color: #70A067;
  float: none;
  font-size: 18px;
    font-weight: 400;
  height: 48px;
   padding: 18px 5px 5px 35px;
  box-sizing:border-box;
  border: 2px solid #626262;
    width: 100%;
        appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.custom-field-wrapper .custom-field.number-field {
    background: url('../../../images/PIN/UserAccount/number-field-bg.png') no-repeat scroll right center;
}
input[type=number].number-field::-webkit-inner-spin-button, 
input[type=number].number-field::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.custom-field-wrapper select::-ms-expand {
    display: none;
}  
.custom-field-wrapper label.moving-lbl {
	font-size: 15px;
	font-weight: 600;
	position: absolute;
	pointer-events: none;
	left: 35px;
	top: 15px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin:0 !important;
	color: #626262;
}
.custom-field-wrapper .company-id-wrapper label.moving-lbl {
    left: 10px;
}
input.moving-txt:focus ~ label.moving-lbl, input.moving-txt.used ~ label.moving-lbl,
select.moving-txt:focus ~ label.moving-lbl, select.moving-txt.used ~ label.moving-lbl {
	top: 5px;
	font-size: 11px;
	color: #626262;
}
.text-box-wrapper .check {
    width: auto;
    position: relative;
    margin-top: -5px;
    margin-bottom: 12px;
    height: 24px;
}
.text-box-wrapper .check #chkRemember {
    margin-top:0;
}
.text-box-wrapper .check span, 
.text-box-wrapper .check label, 
.text-box-wrapper .right-float {
    font-size: 11px;
    color: #626262;
    display: inline-block;
    padding-left: 18px;
    line-height: 24px;
}
.check input {
    margin: 0;
    position: absolute;
    top: 5px;
}
.clearfix {
    clear:both;
}


.center-box {
	max-width:590px;
	min-height: 410px;
	position: relative;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	text-align: center;
}
.company-logo {
    margin-bottom:10px;
}
.white-box {
	background: #fff;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	padding: 20px;
}
.white-box h1 {
  color: #626262;
  font-family: "Impact";
  font-size: 40px;
  font-weight: normal;
  margin: 40px 0 15px;
}
.white-box p {
	font-size: 16px;
	color: #272b33;
	line-height: 22px;
	margin: 0;
}
.white-box button {
  background: #626262 none repeat scroll 0 0;
  border: 0 none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  font-family: "Impact";
  font-size: 20px;
  margin: 45px 0 20px;
  padding: 10px;
  cursor: pointer;
}
p.white-box-after-content {
  color: #e3e3e3;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin: 8px 0 20px;
}






.container-signup {
    background: url('../../../images/PIN/UserAccount/ForgotPassword-BG.png') no-repeat scroll 0 0;
    border-radius: 5px;
    left: 50%;
    max-width: 720px;
    min-height: 364px;
    padding-top: 5px;
    position: relative;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.error-panel {
	background: url('../../../images/PIN/UserAccount/warning-icon.png') no-repeat 20px center #e4151c;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 76px;
    left: 110px;
    padding: 3px 10px 3px 80px;
    position: absolute;
    top: -58px;
    width: 720px;
    z-index: 0;
	/*display: none;*/
}
.error-box {
	background: url('../../../images/PIN/UserAccount/warning-icon.png') no-repeat 20px center #e4151c;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 76px;
    left: 0;
    padding: 3px 10px 3px 80px;
    position: absolute;
    top: -95px;
    width: 720px;
    z-index: 0;
	/*display: none;*/
}

.error-panel::after,
.error-box::after {
	position: absolute;
	right:-30px;
	top: 35px;
	content:url('../../../images/PIN/UserAccount/error-handle.png');
}
.error-msg-box {
	background: #000 none repeat scroll 0 0;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 70px;
    overflow: hidden;
    padding: 5px;
}
p.error-msg {
  color: #ffd42b;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}
p.error-msg small {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}
.check {
  margin-top: -5px;
  position: relative;
  width: 92%;
}
.signup-wraper {
	position: relative;
}
.brand-logo {
    position: absolute;
    right: 45px;
    top: 5px;
    width: 120px;
}
.brand-logo img {
    width: 100%;
}
.brand-logo-bottom {
	width: 140px;
	position: absolute;
	right: 50px;
	bottom: 5px;
}
.signup-box {
  float: right;
  height: 300px;
  margin-right: 50px;
  margin-top: 35px;
  max-width: 360px;
  padding: 0;
  width: 100%;
}
.signup-box .hr-2 {
    margin: 8px auto;
}
h2.box-title {
	color: #fff;
	font-family: 'Impact';
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
.white-hr {
  background-color: #fff;
  border: 0 none;
  height: 3px;
  margin: 2px auto;
}
.sign-up-txt {
    color: #869dd5;
    font-size: 12px;
    font-weight: 600;
    margin: 8px 0 30px;
}


.login-btns {
    border: 3px solid #626262;
    background: none;
    border-radius: 4px;
    color: #626262;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding: 8px 25px;
    margin: 0 5px 0 0;
    height:44px;
}
.login-btns:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.login-btns.progress {
    background: url('../../../images/BuildItLiveImages/Dropbox/BIL-Loader.gif') no-repeat center rgba(255, 255, 255, 0.5);
    padding: 8px 25px;
    height:44px;
}
.btn-wrapper {
    padding:8px 0;
}
.bullet1 {
    bottom: 16px;
}
.bullet2 {
    bottom: 26px;
}
.bullet3 {
    bottom: 36px;
}
footer ul li {
    font-size: 12px;
    display: inline-block;
    color: #eee;
    font-weight: normal;
}
.reset-signin {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}