body{background: #fff url(../images/bottom-bg.png) no-repeat center bottom 180px;background-size: auto auto;}
.logo {text-align: center;}
.logo img{height:200px;margin-bottom:50px}

.login_left img{width: 100%;}
.input-icon {margin-bottom:10px}
.input-icon .form-control{height:50px}
.login-form{margin-top:30px}
.form-actions{margin-top:30px}

.form-actions .btn {height: 50px;}
 
.login{
    background: #f5f9ff;
    margin: 20px 0
}
.login-left{
    width: 100%;
    height: 500px;
    background: url(../images/login-left.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position:relative;
}
.login-left a{
    color: #0059b5 ; 
    background: #fff; 
    position: absolute;
    bottom: 10px;
    left:0;
    height: 50px 
    line-height:50px;
    text-align: center;
    display: inline-block;
    width: 100%;;
}

.nav_border{margin-top: 50px;border: none !important;}
.nav-item-title-login{width: 30%;} 
.nav-item-title-login .nav-links{
   border: none;
   background: none;
   font-size: 18px;
   text-align: left; 
   width: 100%;
}
.nav-item-title-login .nav-links.active {
    font-weight: bold;
    color: #0059b5;
    background: url(../images/login-h3bg.png) no-repeat  left    bottom;
    background-size: 80% 4px;
}

#myform{
    margin-top: 30px;
}
.form-group{
    margin-bottom: 30px !important;
}
.input-icon {
    position: relative;
}
.input-icon i{
    font-size: 18px;
    color: #0059b5;
    padding: 0 15px;  
    height: 40px;
    position: absolute;
    left:0;
    top:15px
}
.login-input{
    border-bottom:1px solid #dfe7fd;
    border-left: none;
    border-top: none;
    border-right: none;
    height: 50px;
    padding-left: 40px;
    line-height: 50px;
    color: #000;
    width: 100%;background: none;
}
.login-inputs{
    border-bottom:1px solid #dfe7fd;
    border-left: none;
    border-top: none;
    border-right: none;
    height: 50px;
    padding-left: 40px;
    line-height: 50px;
    color: #000;
    width: 100%;background: none;
}
.input-group-btn{
    background: none;
    height: 50px;
    width: 30%;
    text-align: center;
    border-bottom:1px solid #dfe7fd;
}
.login-btn{
    width: 100%;
    background: #0059b5;
    color: #fff;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.login-btn:hover{
    font-weight: bold;
    color: #fff;
}