.login-page, .register-page{
    background: rgb(40,121,167) !important;
background: -moz-linear-gradient(180deg, rgba(40,121,167,1) 0%, rgba(161,193,66,0.8407738095238095) 51%, rgba(170,170,170,1) 100%) !important;
background: -webkit-linear-gradient(180deg, rgba(40,121,167,1) 0%, rgba(161,193,66,0.8407738095238095) 51%, rgba(170,170,170,1) 100%) !important;
background: linear-gradient(180deg, rgba(40,121,167,1) 0%, rgba(161,193,66,0.8407738095238095) 51%, rgba(170,170,170,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2879a7",endColorstr="#aaaaaa",GradientType=1) !important;
}
.register-card-body, .card, .card-body
{
    background: none !important;
}
.error {
    color: red;
}
.login-card-body{
    background: #a1c142 !important;
}
.login-logo a,
.register-logo a {
    font-size: 30px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    padding: 0px !important;
    margin: 0px !important;
}
.login-logo b{
    color: #FFF !important;
    font-size: 30px !important;
}

.register-logo{
    margin-bottom: 0px !important;
}

.form-control {
    
    font-size: 20px !important;
    color: #000000 !important;
    border: 1px solid #ced4da;
    border-radius: 0px !important;
}

.btn-primary {
    font-size: 24px !important;
}

h6{
    font-size: 20px !important;
    color: #29009b !important;
    padding-bottom: 5px !important;
    padding-top: 10px !important;
    font-weight: 600 !important;
}


.login-box-msg
{
    font-size: 20px !important;
    color: #FFF !important;
}
.card-body a.btn {
    width: 100% !important;

    color: #FFF !important;
}

.register-page {
    display: block !important;
}


.register-box {
    width: 100% !important;
}

.login-page,
.register-page {
    height: 90vh !important;
    justify-content: center;
}

h5{
    font-size: 24px !important;
    color: #000000 !important;
    font-weight: normal !important;
}

h3{
    font-size: 30px !important;
    color: #000000 !important;
    font-weight: bold !important;
}


p.login-box-msg{
    font-size: 20px !important;
}

.btn-primary {
    color: #000000;
    background-color: #f84a06 !important;
    border-color: #c45413 !important;
    box-shadow: none;
    font-weight: bold !important;
}

a {
    color: #ffffff !important;
    text-decoration: none;
    background-color: transparent;
    font-size: 16px !important;
    font-weight: normal !important;
}