body {
    background: linear-gradient(to right, #fdfbfb, #ebedee);
    font-family: 'Comic Sans MS', cursive, sans-serif;
}

input, textarea {
    border-radius: 30px !important;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.avatar {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.avatar-36 {
    width: 36px !important;
    height: 36px !important;
}

.avatar-48 {
    width: 48px !important;
    height: 48px !important;
}

.avatar-96 {
    width: 96px !important;
    height: 96px !important;
}

.avatar-128 {
    width: 128px !important;
    height: 128px !important;
}


.login-box {
    max-width: 400px;
    margin: auto;
    margin-top: 100px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .login-box h3.welcome {
        font-weight: bold;
        color: #007bff;
        margin-bottom: 20px;
    }


    .login-box h3.task {
        font-weight: bold;
        color: #f2643c;
        margin-bottom: 20px;
    }

.logo {
    font-size: 30px;
    font-weight: bold;
    color: #007bff;
}

    .logo span {
        color: #2aa14a;
    }

.form-control {
    border-radius: 30px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.btn-login {
    background-color: #2aa14a;
    color: white;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 30px;
    transition: all 0.3s ease;
}

    .btn-login:hover {
        background-color: #238d3d;
        transform: scale(1.05);
    }

.login-box .link {
    margin-top: 15px;
    display: block;
    color: #555;
    font-size: 14px;
}

    .login-box .link a {
        color: #f2643c;
        font-weight: bold;
        text-decoration: none;
    }

        .login-box .link a:hover {
            text-decoration: underline;
        }


.register-box {
    max-width: 450px;
    margin: auto;
    margin-top: 80px;
    background-color: #fff;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .register-box h3.welcome {
        font-weight: bold;
        color: #007bff;
        margin-bottom: 20px;
    }

    .register-box h3.task {
        font-weight: bold;
        color: #f2643c;
        margin-bottom: 20px;
    }

/* .logo {
            font-size: 30px;
            font-weight: bold;
            color: #007bff;
        } */

/* .logo span {
                color: #2aa14a;
            } */

/* .form-control {
            border-radius: 30px;
            padding: 10px 20px;
            margin-bottom: 15px;
        } */

.btn-register {
    background-color: #eb4f66;
    color: white;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 30px;
    transition: all 0.3s ease;
}

    .btn-register:hover {
        background-color: #c23e52;
        transform: scale(1.05);
    }

.register-box .link {
    margin-top: 15px;
    display: block;
    color: #444;
    font-size: 14px;
}

    .register-box .link a {
        color: #007bff;
        font-weight: bold;
        text-decoration: none;
    }

        .register-box .link a:hover {
            text-decoration: underline;
        }
