.ivan-login {
	padding: 0 40px 0 40px;
	background-color: white;
}
.ivan-login h3{
	text-align: center;
	font-size: 28px;
    color: #0057ae;
    margin-top: 0px;
    font-weight: normal;
    font-family: roboto;
}
.ivan-login .b-row {
	margin-bottom: 30px;
}
.remember-me label {
	color: #0057ae;
	font-weight: normal;
}
.ivan-login .form-control {
	background-color: white;
	border-color: #c2c2c2;
	border-width: 0 0 1px 0;
	border-bottom: 1px solid #337ab7;
}
#btn-login {
	width: 100%;
	color: white;
	font-weight: bold;
	background:#0057ae;
	border: none;
	border-radius:3px;
}

@media screen and (min-width: 768px) {
	.ivan-login {
	    background-color: white;
	    padding-left: 41px;
	    padding-right: 41px;
	}
	.ivan-login {
	    border: medium none;
	    border-collapse: separate;
	    border-radius: 6px;
	    float: left;
	    height: 501px;
	    position: relative;
	    top: 29px;
	    width: 342px;
	}
	.form-control {
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	    color: #333;
	    display: block;
	    font-size: 14px;
	    height: 42px;
	    line-height: 1.42857;
	    padding: 6px 12px 6px 0;
	    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	    width: 100%;
	}
	.ivan-login h3 {
	    padding-bottom: 30px;
	    padding-top: 68px;
	}
	.ivan-login h3 {
	    color: #0057ae;
	    font-size: 28px;
	    font-weight: normal;
	    margin-bottom: 2px;
	    margin-top: 0;
	    text-align: center;
	}
	.ivan-login .b-row {
	    margin-bottom: 1px;
	}
	#btn-login {
	    background: #0057ae none repeat scroll 0 0;
	    border: medium none;
	    border-radius: 3px;
	    color: white;
	    font-size: 17.43px;
	    font-weight: bold;
	    height: 48px;
	    margin-top: 13px;
	    width: 100%;
	}
	.remember-me label {
	    color: #0057ae;
	    font-weight: normal;
	    margin-top: 10px;
	}
	.ivan-login .form-control {
	    background-color: white;
	    border-radius: 0;
	    border-width: 0 0 1px;
	    box-shadow: none;
	    border-bottom:1px solid #337ab7;
	}
	.not-have-acc {
	    bottom: 19px;
	    font-size: 17px;
	    left: 40px;
	    position: absolute;
	}
}

.ivan-login .form-control::-webkit-input-placeholder {
    color: #999;
}
.ivan-login .form-control:-moz-placeholder{
    color:#999;
}
.ivan-login .form-control::-moz-placeholder {
    color: #999;
}
.ivan-login .form-control:-ms-input-placeholder {
    color: #999;
}
.popover{
	max-width: 350px !important;
}
#help-icon{
	right: 11px;
    top: 138px;
    position: absolute;
}