
.error {
    color:red;background:yellow;font-size:20px;
}

#error_cookies_message {
    display: none;
    margin: 0px auto;
    width: 500px;
    font-weight: bold;
    text-align: center;
    background: #ff9d0b;
    color: black;
    margin-bottom: 24px;
    padding: 20px;
    border-radius: 10px;
    font-size: 18px;
    max-width: 100%;
}

#logo_img {
    display: block;
    margin: 0 auto;
    height: 60px;
    margin-top: 20px;
}

.title_elm {
    color: #2f3a79;
    text-align: center;
    font-weight: bold;
}

#error_javascript_message {
    margin: 0px auto;
    width: 500px;
    font-weight: bold;
    text-align: center;
    background: yellow;
    color: black;
    margin-bottom: 24px;
    padding: 20px;
    border-radius: 10px;
    font-size: 18px;
    max-width: 100%;
}

.panel-body {
    text-align: center
}

#not_active_title {
    color: green;
    padding: 20px;
}

.form-group {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#tel_input {
    direction: ltr;
    text-align: left
}

#email_input {
    direction: ltr;
    text-align: left
}

#submit_elm {
    margin: 8px;
}

.forgot-pass {
    font-size: 16px;
    font-weight: bold;
    background: #ffff0026;
    padding: 8px;
    color: #2f3a79;
    border: 1px solid;
    border-radius: 5px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

#inputPassword3 {
    text-align: left;
    direction: ltr;
}