.logo-wrapper {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 17px 10px;
    z-index: 10;
}

.main-logo {
    padding-top: 0.5525rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.main-wrapper-login {
    padding-top: 30px;
    position: relative;
    min-height: 100vh;
    height: 100%;
}

.login-form-wrapper {
    justify-content: end;
    height: 100%;
}

.form-content h1 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 300;
    color: #1A1A1A;
}

.form-content p {
    font-size: 18px;
    color: #5a5a5a;
    font-weight: 300;
    margin: 12px 0 28px 0;
    line-height: 1.6;
}

.form-content {
    max-width: 500px;
    width: 50%;
    padding: 0 15px;
}

.login-form-wrapper p .material-symbols-outlined {
    color: #008060;
    position: absolute;
    bottom: 3px;
}

.submit-btn {
    /*box-shadow: 0 1px 0 rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 20%);*/
    background: rgb(0, 128, 96, 1);
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    margin-top: 0;
    min-width: 48%;
    padding: 15px 20px;
    margin-right: 20px;
    border: 1px solid #008060;
}

.submit-btn.create-acount {
    background-color: transparent;
    color: #008060;
}

.login-input-wrapper
{
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  margin-bottom: 40px;
  border: solid 1px #0080602e;
}

.top-logo-icon {
    width: 40px;
    fill: #008060;
    margin-right: 20px;
    color: #008060;
    font-size: 35px;
}

.login-form-wrapper label {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #737373;
    margin-bottom: 5px;
}

.image-wrapper {
    width: 60%;
    padding: 0 15px;
}

.form-content {
    max-width: 500px;
    width: 50%;
}

.forget-password .link-wrapper a {
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 400;
    margin: 12px 0 28px 0;
    line-height: 1.6;
}

.form-field-inputs {
    width: 100%;
}

.form-field-inputs input {
    background-color: transparent;
    outline-color: currentcolor;
    font-size: 16px;
    min-height: 22px;
    padding: 10px 10px 10px 0px;
    color: #39364f;
}

.filled-check {
    position: absolute;
    right: 35px;
    color: #008060;
    font-size: 20px;
}

.login-input-password {
    background-color: #00806029;
    padding: 15px 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.forget-password {
    padding: 15px 20px;
    margin: 20px 0;
}

.chek-box-wrapeer label::after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 19px;
    height: 18px;
    border: solid #008060;
    border-width: 2px;
    z-index: 20;
    background: #fff;
}

.forget-password input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 19px;
    height: 18px;
    border: solid transparent;
    border-width: 2px;
    z-index: 20;
    background: transparent;
}


#rememberme {
    opacity: 1;
}

.filled-check.material-symbols-outlined.position-absolute {
    left: 0;
    width: max-content;
    background-color: #ffffff;
}

.socil-link {
    display: block;
    height: 50px;
    width: 50px;
    fill: #008060;
    margin-right: 20px;
    border-radius: 50%;
    padding: 10px;
    transition: .3s ease;
}

.socil-link:hover {
    fill: #fff;
    background-color: #008060;
    transition: .3s ease;
}

.socil-link svg {
    height: 100%;
    width: 100%;
}