.portal-ivan-login {
    	padding: 0px 0 0 30px;
	background-color: white;
	float: left;
   	height: 440px;
   	position: relative;
  	width: 100%;
}

.portal-ivan-login h3{
	margin-left: -1px;
    text-align: left;
    font-size: 26px;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: -0.5px;
    font-weight: normal;
    font-family: Roboto-Regular;
     padding-bottom: 13px;
    padding-top: 35px;
}
.portal-ivan-login .b-row {
	margin-bottom: 1px;
}
.portal-ivan-login .ct-fm-control{
	background: #e1e1e1;
    	height: 186px;
    	padding: 53px 22px 0 21px;
    	position: relative;
    	overflow: visible;
    	margin-left: 2px;
}
.portal-ivan-login .portal-li-remember-me{
	margin-left:2px;
}
.portal-ivan-login .portal-li-remember-me label {
	color: #0057ae;
	font-weight: normal;
	margin-top: 18px;
}
.portal-ivan-login .form-control {
	background-color: white;
	border: 1px solid #b7b7b7;
	border-radius: 0;
	box-shadow: none;
	height: 35px;
	font-size: 16px;
	font-family: Roboto-light;
	padding-left: 10px;
}
.portal-ivan-login .ct-fm-control .form-group {
    margin-bottom: 12px;
}
.portal-ivan-login #help-icon{
    right: 32px;
    top: 60px;
    position: absolute;
}
.portal-ivan-login .row-btn{
	margin-left:2px;
}
.portal-ivan-login #btn-login {
    background: #4f94d6 none repeat scroll 0 0 !important;
    border-radius: 0px !important;
    border: none !important;
    color: white;
    font-size: 17.43px;
    font-weight: normal;
    height: 43px;
    margin-top: 24px;
    width: 100%;
    box-shadow: none;
    font-family: Roboto-Regular;
    padding-left: 15px;
}
.portal-ivan-login .ivan-not-have-acc {
       margin-top: -5px !important;
	margin-left: 0px;
    	font-size: 16px;
    	font-family: Roboto-light;
}

.portal-ivan-login .form-control::-webkit-input-placeholder {
    color: #999;
}
.portal-ivan-login .form-control:-moz-placeholder{
    color:#999;
}
.portal-ivan-login .form-control::-moz-placeholder {
    color: #999;
}
.portal-ivan-login .form-control:-ms-input-placeholder {
    color: #999;
}
.portal-ivan-login .popover{
	max-width: 350px !important;
}

.portal-ivan-login [type="checkbox"]:not(:checked), .portal-ivan-login [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.portal-ivan-login [type="checkbox"]:not(:checked) + label, .portal-ivan-login [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}


.portal-ivan-login [type="checkbox"]:not(:checked) + label:before,
.portal-ivan-login [type="checkbox"]:checked + label:before {
	content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #959595;
    background: #d7d7d7;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.portal-ivan-login [type="checkbox"]:not(:checked) + label:after,
.portal-ivan-login [type="checkbox"]:checked + label:after {
	content: url(/o/ivanui/portal-login/images/ic-li-checkbox.png);
    position: absolute;
    top: -3px;
    left: 3px;
    transition: all .2s;
}
/* checked mark aspect changes */
.portal-ivan-login [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.portal-ivan-login [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.portal-ivan-login .portal-li-remember-me label {
    color: #0057ae !important;
    font-weight: normal !important;
    margin-top: 14px !important;
    font-size: 16px;
    font-family: Roboto-light;
}
@media screen and (max-width: 768px) {
	.portal-ivan-login {
	    	padding: 0px 42px 0 30px !important;
	}
}