/* Hero Section */
body {
    background-color: #000000  !important;
    color: #fff !important;

}
p{
    margin-bottom: 0;
}
.blu {
    color: #039be5;
}

.yellow {
    color: #ff6f00;
}

.section-login{
    background-image: url(../../images/login.webp);
    background-size: contain;
    background-position: left center;
    min-height: 100vh;
    background-repeat: no-repeat;
    text-align: center;
    color: black;
}
.section-login form{
    background-color: #ffffffe3;
    border-radius: 10px;
    padding: 50px;
}
.btn-google {
    width: 100%;
    margin: 25px 0;
    background-color: #ffffffd9;
    border-radius: 28px;
    padding: 10px;
    border: 1px solid #d5d5d5;
    font-size: 13px;
}
.span-login{
    color: #737373;
    font-size: 12px;
}
.title-one{
    font-size: 34px;
}
.or{
    position: relative;
    margin: 20px 0;

}
.or p{
    font-size: 14px;
    color: #737373;
    margin: 0 5px;
}
.or::after {
    position: absolute;
    background-color: #d5d5d5;
    width: 50%;
    height: 1px;
    content: "";
    max-width: 45%;
    right: 0;
    bottom: 10px;
}
.or::before {
    position: absolute;
    background-color: #d5d5d5;
    width: 50%;
    height: 1px;
    content: "";
    max-width: 45%;
    left: 0;
    bottom: 10px;
}
.section-login .form-control{
    background-color: #f6f6f6;
    height: 43px;
    border-radius: 28px;
    padding: 0 40px;
    position: relative;
}
.section-login input::placeholder{
font-size: 11px;
    color: #737373;
}
.e-login {
    position: absolute;
    z-index: 999;
    margin: 10px;
    padding-left: 10px;
    padding-right: 5px;

}
.show{
    margin: -32px 400px;
}

#btn-login{
    border-radius: 28px;
    background-color: #501AC8;
    height: 43px;
    color: white;
    font-size: 15px;
}
label.form-check-label {
    font-size: 13px;
    color: #757575;
    margin-left: 5px;
}
input#exampleCheck1 {
    background-color: transparent;
}
.form-check-input:checked[type=checkbox] {
    filter: brightness(0.5);
    box-shadow:unset;
}
.forgot{
    font-size: 13px;
    text-align: end;
}
.account a{
    font-size: 12px;
    color: #737373;
}