.background-blue{
    width: 100%;
    height: 350px;
    background-color: #5666e1;
}
.full_width {
    width: 100%;
    position: relative;
    min-height: 600px;
}
.waves02{
    position: absolute;
    top: 50%;
    z-index: 1;
}
.waves02-img{
    width: 100%;
}
.login-div{
    position: absolute;
    /* bottom: 400px; */
    z-index: 2;
    left: 5%;
    top: 8%;
    /* left: 150px; */
  /*  width: 100%;*/
    text-align: center;
    display: flex;
}
.loginDiv{
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 204, 204, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 204, 204, .5);
    box-shadow: 0 0 10px rgba(149, 153, 153, 0.5);
    width: 428px;
    height: 500px;
}
.nav-tabs{
    width: 100%;
    border: none;
}

.nav-tabs>li{
    width: 50%;
    border: none;
}
.nav-tabs>li>a{
    text-align: center;
    border-right: 1px solid #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #5363db;
    font-size: 28px;
    cursor: default;
    border: none;
    border-bottom: 3px solid blue;
    background-color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    border-bottom: 3px solid blue;
}
.nav-tabs>li>a {
    text-align: center;
    border: none;
    color: #5363db;
    font-size: 28px;
    border-radius: 0px;
    border-bottom: 3px solid #eee;
}
.form-input{
    border: none !important;
    box-shadow: none !important;
    background: #fff !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
    width: 80% !important;
    margin-left: 10px !important;
}
#home .form-group{
    display: -webkit-box;
}
.tab-pane{
    padding: 35px;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color:#fff!important;
    background-image: none;
    color: rgb(0, 0, 0);
}
.login-btn{
    border: none;
    box-shadow: none;
    background: #7b6fff !important;
    padding: 10px 120px 10px 120px;
    border-radius: 50px;
    font-size: 1.6em;
    color: #fff;
}