* {
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
}

body {
    background-color: #f2f1f1;
}

img {
    top: 30%;
    position: absolute;
    left: 10%;
    width: 30%;
}

p {
    color: black;
    position: absolute;
    top: 30%;
    left: 13%;
    width: 15%;
    margin-top: 120px;
    font-size: 30px;
    font-weight: 900PX;
    font-family: system-ui, -apple-system, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 450px;
}


.container {
    position: absolute;
    height: 350px;
    width: 350px;
    top: 30%;
    left: 55%;
    background-color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 13px;
    margin-left: 20px;
    /* padding: 30px 20px; */
    box-sizing: border-box;
    box-shadow: 2px solid rgb(50, 49, 49);

    
}

.container:hover{
    transition: all 5s;
    width: 355px;
    background-color: #f4f4f6;
}


input {
    width: 75%;
    margin: 10px;
    margin-left: 22px;
    margin-top: 18px;
    padding: 13px 18px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    border-color: #2c83f2;
    border: 1px solid gray;
    opacity: 0.7;
}

.forget{
    /* text-align: center; */
    /* justify-content: center; */
    display: flex;
    align-items: center;
    /* margin-right: 30px; */
    text-decoration: none;
    color: #2c83f2;
}

.loginbutton{
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.loginbutton{
    align-items: center;
    background-color: #2c83f2;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    color: #f4f4f6;
    align-items: center;
    padding: 12px 12px 12px 12px;
    text-decoration: none;
    font-size: 20px;
    margin-left: 5%;
    border-radius: 7px;
    padding :11px;
    font-weight: bold;
    
}




#fp{
    justify-content: center;
    align-items: center;
    margin-left: 35%;
    color: #2c83f2;
    text-decoration: none;
}


.createbutton{
    text-decoration: none;
    color: white;
    justify-content: center;
    align-items: center;
    margin-left: 20%;
    margin-right: 20%;
    color: #2c83f2;
    border-radius: 5px;
    border-color: #2c83f2;
    background-color: #42b72a;
    padding: 15px;
    border: black;
    margin-top: 20px;
    justify-content: center;

}

.p2{
    text-decoration: none;
    top: 64%;
    margin-left: 40%;
    font-size: 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}


body {
            font-family: Arial, sans-serif;
            text-align: center;
            background-color: #f0f2f5;
            margin-top: 100px;
        }
        .dashboard-container {
            background: white;
            padding: 30px;
            border-radius: 8px;
            display: inline-block;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        h1 { color: #1877f2; } /* Facebook blue color */
        button {
    border-color: #2c83f2;
            background-color: #2c83f2; /* Red color for logout */
            color: white;
        }











/* .main{
    display: inline-block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
h1{
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: left;
    color: royalblue;
    font-family: inherit;
    font-size: 60px;
    font-weight: 900px;
    display: inline-block;
}
h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 400px;
    line-height: 32px;
    width: 500px;
    display: inline-block;
}    */