.top-bar {
    display: none;
}

.navbar-top-links {
    display: none;
}

.top_menu {
    display: none;
}

.foot_print {
    display: none;
}

.foot_menu {
    display: none;
}

body {
    overflow-y: hidden !important;
}

div.content {
    min-height: 100vh;
    margin-right: 0px;
    padding: 0;
}

.login {
    height: 100vh;
    display: flex;
    flex-direction: column;
    width: 420px;
    margin: auto;
    font-family: 'Open Sans Hebrew',arial,sans-serif;
}

.login-logo {
    width: 80%;
    margin-top: auto;
    align-self: center;
}

.title {
    font-size: 20px;
    color: #605F6D;
    text-align: center !important;
    text-shadow: 0 0 1px rgba(0,0,0,.3);
    margin: -10px 15px 0px 0px;
}

.login-label {
    color: #605F6D;
    font-size: 16px;
    padding: 7px 7px;
    text-align: right !important;
}

input {
    height: 35px;
    border-radius: 10px !important;
    display: block;
    border: 1px solid #d9d9d9 !important;
    padding: 8px 15px;
    font-weight: 600;
}

input[type="text"]:invalid {
    background: rgb(255, 255, 255);
}

.email {
    display: flex;
    flex-direction: column;
    margin: 40px 0px 10px 0px;
    position: relative;
}

.email-icon {
    height: 20px;
    width: 20px;
    color: #9897a4;
    position: absolute;
    font-size: 25px;
    top: 57%;
    left: 15px;
    font-weight: 100;
    position: absolute;
}

.pass {
    display: flex;
    flex-direction: column;
    position: relative;
}

.pass-icon {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 52%;
    left: 15px;
}

.pass-message {
    display: flex;
    justify-content: space-between;
    padding: 10px 2px;
}

.forget-password {
    color: #605F6D;
    font-size: 14px;
    cursor: pointer;
}

.error-message {
    text-align: right !important;
    color: #fe797e;
}

a {
    color: rgb(255, 192, 0);
}

.submit {
    margin-top: 70px;
    font-size: 22px !important;
    font-weight: 600 !important;
    background: #f40058 !important;
    height: 55px;
    border-radius: 10px !important;
    border: 1px solid #d9d9d9 !important;
    color: white !important;
}

.powerd-by {
    color: #605F6D;
    align-self: center;
    margin-top: auto;
    direction: ltr;
}
.powerd-by .nbs img {
    width: 3rem;
}
