* {
    margin: 0;
    padding: 0;
    font-family: 'Cairo';
    color: rgb(60, 60, 60);
}


.image-Side-container {
    height: 100%;
    width: 50%;
    background-color: rgba(64, 123, 255, 1);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;

}

.image-Side-container img {
    width: 50%;
}

.logo {
    width: fit-content;
    position: absolute;
    bottom: 15px;
    left: 30px;
}


.right-Side {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.welcome-container {
    padding: 0px 50px 20px 120px;
    user-select: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
   
}

.welcome-container h1 {
    font-size: 65px;
    font-weight: bolder;
    -webkit-text-stroke: 2px rgb(60, 60, 60);
    position: relative;
    right: 12%;
}

.welcome-container h4 {
    padding: 0px 20px 0px 230px;
    font-size: 15px;
    font-weight: bolder;
    color: rgb(115, 115, 115);
    position: relative;
    right: 12%;
    

}

#School-name {
    font-size: 15px;
    font-weight: bolder;
    color: rgb(115, 115, 115);

}

.icon {
    color: #dbdbdb;
    position: absolute;
    right: 9%;
    bottom: 15px;

}

.fa-eye {

    width: 5px;
    color: #dbdbdb;
    position: absolute;
    left: 13%;
    bottom: 14px;
    font-size: 18px !important;

}

.fa-eye-slash {

    width: 5px;
    color: #dbdbdb;
    position: absolute;
    left: 13%;
    bottom: 14px;
    font-size: 18px !important;

}

#User-input,
#Password-input,
.login-btn {
    width: 70%;
    height: 45px;
    padding-right: 40px;
    padding-left: 43px;
    margin: 30px 15px 0px 15px;
    border-radius: 10px;
    border: 1px groove #d7d7d7;
    outline-color: rgba(64, 123, 255, 1);
    font-size: 16px;
}

.Password-container,
.User-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.form-container {
    width: 55%;
    padding: 30px 30px 30px 50px;

}

.login-btn {
    width: 100px !important;
    padding: 0px 0px 2px 20px !important;
    height: 40px !important;
    font-weight: bold;
    color: aliceblue;
    background-color: rgba(64, 123, 255, 1);
    border-style: none !important;

}

.btn-icon {
    color: #ffffff;
    position: absolute;
    right: 54%;
    bottom: 12px;
}

.btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}



.Change-Password {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    padding: 4px 55px 0px 0px;

}

.Change-Password a {
    text-decoration: none;
    color: rgba(64, 123, 255, 1);
    font-size: 12px !important;
    font-weight: bold;

}

.fa-angle-left {
    color: rgba(64, 123, 255, 1);
    size: 25px;
    font-weight: bold;
    margin-right: 7px;
}

.menu {
    height: 30px;
    width: 200px;
    position: relative;
    top: 70px;
    left: 160%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.menu li {

    list-style: none;
    position: relative;
    left: 0;
    transform-origin: 100px;
    transition: all 0.5s;
    transition-delay: calc(0.1s*var(--i));
    font-size: 0px;
    transform: rotate(0deg) translateX(-20px);


}

.menu.active li {
    transform: rotate(0deg) translateX(-150px);
    margin: 0px 15px;
    font-size: 23px;

}

.toggle {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ebebeb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    cursor: pointer;
    z-index: 1;

}

.fa-facebook,
.fa-instagram,
.fa-whatsapp,
.fa-code {
    color: #595b5e;
}


.fa-facebook:hover {
    color: #3b5998;
}

.fa-instagram:hover {
    color: #e1306c;
}



.fa-whatsapp:hover {
    color: #25d366;
}

.fa-code:hover {
    color: #f44336;
}

.fa-info-circle {
    color: #979797;
}