﻿
body {
    direction: rtl;
    text-align: right;
    /*    background-image: radial-gradient(#e2e2e2,white);*/
}

.logo-container {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.input-container {
    margin-top: 7px;
    margin-bottom: 7px;
}

.login {
    border-radius: 7px;
    padding: 25px;
    background-color: white;
}

.logo {
    width: 200px;
}

.spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main {
}

.caption {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #61b57c;
}

#loginButton {
    width: 100%;
    margin-bottom: 10px;
}

#registrationButton {
    width: 100%;
}

.error-msg-container {
    height: 25px;
    text-align: center;
    padding-top: 7px;
}

.page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
