body {
    background: #15ac01;
}

.logo{
    position:absolute;
    top: 22px;
    left: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 36.8%;
}

.logo img {
    width: 48px;
    border-radius: 50px;
}

.logo a{
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #dfdfdf;
}

.container .divider{
    display: flex;
    align-items: center;
    gap: 20px;
}

.container .divider .line{
    height: 1px;
    width: 100%;
    background: #1d1d1d;
    opacity: 0.2;
    margin: 30px 0 16px;
}

.container form label{
    color: #1d1d1d;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.03rem;
    display: block;
    margin-top: 12px;
}

.container {
    width: 440px;
    padding: 40px 32px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.705) 7px 14px 35px;
    margin: auto;
    background-color: #ffffff;
    margin-top: 10%;
}

.container h1{
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

.container .social-login{
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.hesap {
    background-color: red;
    color: white;
}