.form-label {
    font-size: 16px;
}

.nav-logo.login {

    align-items: center;
    flex-direction: row;
    gap: 20px;
    text-align: center;
    justify-content: center;
}

.footer-logo .nav-logo.login>span {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 0px;
}

body {
    background-color: #E8E8E8;
}
.register-p-1{
    max-width: 584px;
    max-height:606px;
}
.register-p-2{
    max-width: 793px; 
    max-height:899px;
}
.register-btn-shadow{
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.25);
}