body {
    background-image: url("../img/BG-024.png");
    background-repeat: no-repeat;
    background-size: 100% 120%;
    font-family: Roboto;
    background-color: #F0F8FF;
}

.row {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.col-12 img {
    width: 150px;
    height: 116px;
}

.container {
    margin-top: 180px;
}

.col-12 h3 {
    margin-top: 50px;
    color: #fff;
}

.col-12 p {
    line-height: normal;
    color: #fff;
}

.btn {
    background-color: #E40046;
    width: 250px;
}

.btn-outline-primary {
    margin-top: 10px;
    background-color: transparent;
    border-color: transparent;
    color: #04152d;
    font-weight: bolder;
}

footer p {
    margin-top: 70px;
    line-height: normal;
    font-size: medium;
}

.col-12 .login-signup-head {
    color: #fff;
    font-family: roboto;
    font-weight: 800;
}

.shadow {
    background-color: #fff;
    height: 255px;
    text-align: justify;
}

#shadow {
    background-color: #fff;
    height: 650px;
    text-align: justify;
}

p label {
    font-size: 20px;
    font-weight: bold;
}


.login-username,
.login-pass {
    display: flex;
}


hr {
    width: 100%;
    opacity: 12%;
}

#hr3 {
    margin-bottom: 0px;
}

.shadow a {
    font-size: smaller;
    color: #E40046;
}

.forgot-pass {
    font-size: smaller;
    color: #E40046;
    text-decoration: none;
}

.terms {
    font-size: 16px;
    color: #E40046;
    text-decoration: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.terms #agree {
    color: rgb(228, 50, 50);
}

#login-button {
    width: 75px;
    height: 75px;
    padding: 0px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/BG-043.17bb3fa9.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    border: none;
}

.reg-body label {
    font-size: 11px;
    width: 100px;
}

#partnership {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    width: 100%;
}

#partnership label {
    font-size: 14px;
}

#partnership a {
    text-decoration: none;
}

#partnership img {
    height: 15px;
}

@media only screen and (min-width:576px) {
    .login-username .form-control {
        margin-left: 20px;
    }

    .login-pass .form-control {
        margin-left: 20px;
    }

    label {
        align-self: center;
    }

    .reg-body label {
        font-size: 12px;
        width: auto;
        padding: 0px;
    }

    .reg-body #phone,
    .reg-body #username,
    #lpass,
    #cpass,
    #wpass,
    #gender,
    #rcode {
        margin-left: 0px;
    }
}



@media only screen and (max-width:576px) {

    .reg-body #phone,
    .reg-body #username,
    #lpass,
    #cpass,
    #wpass,
    #gender,
    #rcode,
    label {
        width: auto;
    }
}

@media only screen and (min-width:584px) {

    .reg-body #phone,
    .reg-body #username,
    #lpass,
    #cpass,
    #wpass,
    #gender,
    #rcode {
        border: none;
        font-size: 14;
    }

    .reg-body label {
        font-size: 14px;
        width: auto;
        padding: 0px;
    }
}