@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

@font-face {
    font-family: "Shabnam";
    src: url("/font/IRANSansXFaNum-Regular.woff2");
}

* {
    font-family: "Shabnam";
}

body {
    background-color: #ffffff;
    overflow: hidden;
}

#leftLogo{
    width: 100px;
    float: right;
    margin-top: 40px;
    margin-right: 6%;
}

#leftVector{
    width: 100%;
    height: 85vh;
}

#boxLogIn {
    height: 100vh;
    background-color: #eff9f9;
    border-radius: 40px 0px 0px 40px;
}

h4,
label {
    color: #555555;
}

h4 {
    margin-top: 50%;
    font-weight: bold;
}

#logInForm {
    margin-top: 10%;
}

#email,#password {
    width: 100%;
    border: none;
    margin-bottom: 12%;
    background-color: #eff9f9;
    border-bottom: 1px solid #555555;
}

#logInBtn {
    width: 100%;
    height: 40px;
    margin-top: 5%;
    color: #ffffff;
    border-radius: 10px;
    background-color: #377474;
}
