.body-background {
    background: url(../../public/images/banner.jpeg);
    background-size: cover;
}
.loginposition {
    justify-content: right  !important;
}

img {
    width: 30% !important;
}

.login-box {
    background: #fff !important;
    overflow: hidden !important;
    border-radius: none !important;
    position: fixed !important;
    height: 100% !important;
    padding: 4rem  !important;
}

.tittle {
    font-weight: bold !important;
    color: #7B679A !important;
    font-size: 27px !important;
}

.form-label {
    color: black !important;
    font-weight: 600 !important;
}

.form-control {
    border: 1px solid black !important;
    border-radius: 0 !important;
}

#login_submit {
    background: #7B679A !important;
    color: white !important;
    font-weight: bold !important;
    width: 75px !important;
    letter-spacing: 1.0px !important;
}

.error {
    color: red !important;
    font-weight: 600 !important;
}

a {
    color: #7B679A !important;
    text-decoration: underline !important;
}

a:link {
    text-decoration: none !important;
}

.sign-up-home,
.forget {
    font-weight: 600 !important;
}
.position {
    justify-content: right !important;
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
}
.card {
    background: #fff0 !important;
    color: white !important;
    border: none !important;
    margin-bottom: 0.5rem !important;
}
.home-heading{
    color: #ad87e4 !important;
    font-weight: bold !important;
    font-size: 22px !important;
}
p{
    font-size: 14px !important;
}
.indexbtn {
    background: #7B679A !important;
    color: white !important;
    font-weight: bold !important;
}
a:link {
    text-decoration: none !important;
}

.btn:hover {
    color: black !important;
}