body {
    font-family: 'Cairo', sans-serif;
}

.half-bg {
    height: 100vh;
    background-color: #e7e7e7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.cover {
    background-color: #168aad;
    height: 50vh;
}

.login-box {
    position: relative;
    min-width: 350px;
    min-height: 350px;
    background-color: #fff;
}

.login-form {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 40px 40px;
}

.login-head {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.login-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
}

.logo {
    margin-bottom: 40px;
    font-family: "Niconne";
    color: #fff;
}

.login-content .logo h1 {
    font-size: 52px;
    font-weight: 400;
}

.btn-container {
    margin-bottom: 0;
}

.form-control:focus {
    border: 2px solid;
    color: #495057;
    background-color: #FFF;
    border-color: #168aad;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* other css*/

.logo-img {
    position: relative;
    top: 83px;
    z-index: 10;
    border: none;
}

.Forgot-Password a {
    color: #168aad;
    font-weight: bold;
}

.btn-container button:hover {
    background: #17675f;
    color: #fff;
}

.btn-container button {
    background: #168aad;
    color: #FFF;
}

.forget-form {
    padding-top: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 40px 40px;
}


/* end css*/

.login-label {
    font-weight: bold
}

.lang {
    position: absolute;
    left: 10px;
    top: 5px;
}

.logo1 {
    position: absolute;
    right: 5px;
    top: 5px;
}