html,
body {
    height: 100%;
}
.text-welcome {
    color: white;
    max-width: 400px;
    width: 100%;
;}

a{
    color: #002b71;
}

hr {
    margin-top: 1rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.leftside,.rightside{
    height:100vh;
    width:100%;
}

/** Mobile **/
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .rightside{
        display: none;
    }

}

.leftside{
    background: white;
}
.rightside{
    background-image: url("./../img/civil@2x.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-primary {
    color: #fff;
    background-color: #0047BA !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #002b71 !important;
}

.login-footer-text{
    margin-top: 10em;
}

.form-signin {
    width: 100%;
    max-width: 450px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
