* {
    margin    : 0;
    padding   : 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height   : auto;
}

body {
    /* width      : 100%; */
    max-width: 100%;
    margin     : 0;
    padding    : 0;
    font-family: sans-serif;
    background: url(../images/login-bg2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.login-bg{
    /* margin: auto; */
    /* width: 40%; */
    position: fixed;
    top: 50%;
    left: 50%;
    /* left: 20%; */
    transform: translate(-50%, -50%);
}
.login-form {
    padding: 19px;
    width: 551px;
}
fieldset {
    padding: 11px;
}
.dropdown-divider {
    border-top: 1px solid #134169;
}
legend {
    width: unset;
    text-align: center;
    color: #252323;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
legend span {
    color: #134169;
    font-weight: 700;
}
.custom-card {
    border: none;
    background: #ffffffeb;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.login-form h5 {
    font-size: 16px;
    font-weight: bold;
    color: #252323;
}
.form-control {
    border: 1px solid #7a7a7a;
}
.form-control {
    background-color: #ffffff00;
}
.forgot-btn{
    color: #134169;
}
.btn-primary {
    color: #fff;
    background-color: #134169;
    border-color: #134169;
}
.btn-primary:hover {
    color: #fff;
    background-color: #134169da;
    border-color: #134169da;
}
.register-btn{
    color: #134169;
}
/* .svg-inline--fa{
    color: #134169;
}
.svg-inline--fa:hover{
    color: #134169da;
} */
.form-control:focus {
    color: #495057;
    background-color: #ffffff57;
    border-color: #134169a3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(19 65 105 / 19%);
}
input#forget-btn {
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 6px 41px;
    margin-top: 26px;
    background: #173e76;
    border: 2px solid #173e76;
    transition: all 0.5s;
}


input#forget-btn:hover {
    background: transparent;
    border: 2px solid #173e76;
    color: #173e76;
    transition: all 0.5s;
}