<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}
.bgimgs {
    background-image: url(../images/bg1.jpg);
    background-repeat: round;
}
.bg7 {
    background-color:#7aaaf2;
}
.card{
    border-radius:1px;
}
.mt37 {
    width: 76%;
    height: auto;
    position: relative;
    left: 13%;
    margin-top: 90px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /*border-radius: .25rem;*/
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    .br{
        border-right:none;
    }
    .form-control.rounded, .form-control.form-control-rounded {
        border-radius: 0;
    }
input[type=text], input[type=password] {
    width: 100%;
    padding: 8px 20px;
    margin: 1px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.lft {
    position: relative;
    left: -5%;
}
.rem {
    position: relative;
    left: 10%;
    color: #2d3036;
}
.copyright {
    font-size: 15px;
    color: #6c757d;
}
.hr78 {
    width: 78%;
    position: relative;
    left: 11%;
    border-top: 1px solid #6f76696e;
}
.loginp {
    margin-top: -12px;
    text-align: center;
    /*font-weight: 600;*/
    font-size: 31px;
    color: #2d3036;
}
.mb1 {
    margin-bottom: 1px;
    color:#2d3036;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}
.btnbg {
    background-color: #3c5a99;
}
.acc {
    color: #2d3036;
}
input[type=email], input[type=password] {
    width: 100%;
    padding: 8px 20px;
    margin: 1px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

</pre></body></html>