
body {
    background-size: cover;
    background-color: white;
}

.login-background.ant-layout,
.login-background.ant-layout .ant-layout-content {
    background-size: cover;
    background-color: #ebebeb !important;
    min-height: 100vh;
}


.ant-layout-content {
}


.registration-form {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    width: 80%;
    max-width: 600px;
}

.color-666666 {
    color: #666666;
}
.font-size-12 {
    font-size:12px;
}

.min-height-60 {
    min-height: 60px
}

.min-height-37 {
    min-height: 37px;
}

