body{
    /*background: url('../images/bg.jpg');*/
    /*background-size: cover;*/
    /*background-position-y: -80px;*/
    /*font-size: 16px;*/
}
.tab{
    height: 80px;
    background-color: #131A44;
}
.login-title{
    color: white;
    font-size: 23px;
    margin: 28px;
    position: absolute;
}

.forget-pass-a{
    color: white;
    padding: 5px;
    background: darkseagreen;
    border-radius: 6px;
}

.register{
    color: blue;
    padding: 5px;
    background: gold;
    border-radius: 6px;
}

.logo-cover{
    margin-top: 80px;
    text-align: center;
}
.logo-cover img{
    height: 150px;
}
#wrapper{
    min-height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#form-login{
    max-width: 390px;
    background: rgb(255 255 255);
    flex-grow: 1;
    padding: 30px 30px 40px;
    box-shadow: 0px 0px 17px 2px rgba(255, 255, 255, 0.8);
}
.form-heading{
    font-size: 25px;
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 30px;
}
.form-group{
    border-bottom: 1px solid #fff;
    margin-top: 15px;
    display: flex;
}
.form-group i{
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 10px;
}
.form-input{
    border: 0;
    outline: 0;
    color: black;
    flex-grow: 1;
    height: 40px;
    border-radius: 6px;
    padding: 1px 10px 1px 10px;
    border: 1px solid #a5a2a2;
    background: #FBFBFB;
}
.form-input::placeholder{
    color: gray;
}
#eye i{
    padding-right: 0;
    cursor: pointer;
}

.form-submit{
    background: #131A44;
    border: 1px solid #f5f5f5;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    transition: 0.25s ease-in-out;
    margin-top: 30px;
    padding: 12px 0;
    border-radius: 6px;
    cursor: pointer;
}
.form-submit:hover{
    border: 1px solid #54a0ff;
}

.forget-pass{
    text-align: center;
    margin-top: 25px;
}

.forget-pass a{
    text-decoration: none;
}

.bottom-content{
    margin-bottom: 100px;
}

.margin-text-input{
    text-align: center;
    margin-bottom: 30px;
}

.text-input-parent{
    display: inline-block;
}

.text-input-children{
    display: flex;
}