body {
    background-color: #0E4756!important;
    font-family: 'Poppins', sans-serif!important;
}

main {
    padding: 30px;
}

.login-register {
    max-width: 420px;
}

.form-section {
    background-color: white;
    margin: auto;
    padding: 50px;
    width: 80%;
    height: auto;
}

.div-title {
    margin: 10px auto;
    text-align: center;
    color: white;
    font-size: 3.5rem;
    font-weight: 800;
}

.signup-info {
    margin: 10px auto;
}

.form-control {
    border-color: rgba(0, 0, 0, 0.519)!important;
}

.btn {
    border-radius: 0!important;
    font-weight: 800!important;
    width: 100%;
}

.btn-primary {
    background-color: #0E4756!important;
    /* border-color: black!important; */
}

.row {
    margin: 20px auto!important;
}


/* Mobile Screen */

@media only screen and (max-width: 767px) {
    .div-title {
        font-size: 18px;
    }
    .form-section {
        background-color: #fff;
        margin: auto;
        padding: 5px;
        width: 100%;
        height: auto;
    }
    main {
        padding: 5px;
    }
}

.form-control {
    font-size: .9rem!important;
}