#loginBody {
    flex-basis: initial;
    max-width: 420px !important;
    padding-bottom: 20px;
    border-radius: 20px;
    margin-top: 152px;
}
/* #loginpageOverlay{
    background-color: #151515;
    opacity: 0;
    transition: all .2s ease-in-out;
    width:100vw;
    height:100vh;
    top:0;
    left:0;
    position: fixed;
}
#loginpageOverlay.loadedImg{
    opacity: 0;
} */
.fa-facebook-f{
    width: 10px;
}
.fa-x-twitter{
    width:16px;
    height:16.7px;
}
.fa-linkedin-in{
    width:15px;
}
#info {
    max-width: initial;
    flex-basis: initial;
    margin-top: 12px;
}
.loginBody-wrapper {
    position: relative;
}
.logoHidden {
    display: none;
}
#expocad-login-logo {
    position: absolute;
    top: 24px;
    height: 50px;
    left: 50%;
    margin-left: -45px;
}
.rememberMe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.remember-login {
    display: flex;
    column-gap: 4px;
}
#Input_RememberMe {
    cursor: pointer;
}
.remember-login label {
    font-size: 10px !important;
    font-weight: 400;
    margin-bottom: 0px;
    user-select: none;
}
#loginBtn {
    background: #63afe2 !important;
    text-transform: initial;
    opacity: 1;
    font-size: 18px !important;
    border-radius: 10px !important;
    padding: 0px !important;
    height: 54px;
    margin-bottom: 24px;
    position: relative;
    letter-spacing: 0.2px;
    font-weight: bold;
    color: white;
    transition: all 0.3s;
}
#loginBtn:hover {
    background-color: #5590be !important;
}
#loginBtn:hover i {
    transform: translateX(12px);
}
#loginBtn:focus {
    outline: 4px solid #2384e5 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
#loginBtn i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 20px;
    transition: all 0.3s;
}
#loginForm .loginInput {
    border: 2px solid #f0f0f0;
    border-radius: 10px !important;
    height: 54px;
    background-color: whitesmoke !important;
    font-size: 16px;
    margin: 0px;
    letter-spacing: 0.4px;
}
#login-email-password {
    letter-spacing: 1px !important;
    font-size: 18px !important;
}
#login-email-password::placeholder {
    font-size: 16px !important;
    letter-spacing: 0.4px;
}
#login-email-password::-webkit-input-placeholder {
    font-size: 16px !important;
    letter-spacing: 0.4px;
}  
#login-email-password:-ms-input-placeholder {
    font-size: 16px !important;
    letter-spacing: 0.4px;
}  
#login-email-password::-ms-input-placeholder {
    font-size: 16px !important;
    letter-spacing: 0.4px;
}  
#loginForm .loginInput:focus,
.login-support-btn a:focus,
.login-social-wrapper a:focus {
    border-color:#59acff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: none !important;
}
.login-input-group {
    margin-bottom: 16px;
}
.login-input-label {
    font-size: 14px;
}
#Input_Email {
    margin-bottom: 16px !important;
}
#loginBodyLogo {
    max-width: 180px;
    margin: 8px auto 22px auto;
    display: block;
    padding: 0px !important;
    object-fit: contain;
    min-height: initial !important;
    user-select: none;
    transition: all 0.2s;
}
#loginForm {
    padding-top: 8px;
}
.remember-login label {
    font-size: 12px !important;
    word-spacing: 1px;
}
#forgot-password {
    font-size: 12px !important;
    word-spacing: 1px;
}
.login-support-btn {
    width: fit-content;
    position: relative;
    margin: 16px auto 0px auto;
}
.login-support-btn > *:not(i) {
    font-size: 12px !important;
    background-color: transparent;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 2px solid whitesmoke;
    color: #6c6c6c;
    transition: background-color 0.3s;
    word-spacing: 1.4px;
    padding: 0px 30px 0px 40px;
}
.login-support-btn > *:not(i):hover {
    text-decoration: none;
    background-color: whitesmoke;
}
.login-support-icon {
    position: absolute;
    left: 20px;
    top: 11px;
    color: #2f7cff;
    pointer-events: none;
    font-size: 16px;
}
.login-social-wrapper {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
.login-social-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid whitesmoke;
    background-color: transparent;
    transition: background-color 0.3s;
}
.login-social-wrapper a:hover {
    text-decoration: none;
    background-color: rgba(138, 138, 138, 0.5);
} 
.login-social-wrapper a i {
    padding: 0px !important;
    font-size: 16px !important;
}
.login-credits {
    margin-bottom: 12px;
    letter-spacing: 1.2px;
    word-spacing: 1px;
    font-style: italic;
}
#Input_RememberMe:focus {
    /* outline: 2px solid #0752de !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
}
.login-support-text {
    margin: 0px;
    font-size: 14px;
    word-spacing: 1px;
    overflow-y: auto;
    max-height: 88px;
    padding-right: 10px;
}
@media only screen and (min-width: 992px) {
    #expocad-login-logo {
        top: 48px;
        height: 58px;
        left: 50%;
        transform: translateX(-50%);
        /* margin-left: -56px; */
        margin-left: 0px;
    }    
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    body div:not(.switch) input[type=checkbox] {
      --active: #275EFE;
      --active-inner: #fff !important;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #989cb0;
      --border-hover: #275EFE;
      --background: #fff !important;
      --disabled: #F6F8FF !important;
      --disabled-inner: #E1E6F9 !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      margin-right: 2px;
      margin-bottom: 3px;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    body div:not(.switch) input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    body div:not(.switch) input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    body div:not(.switch) input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    body div:not(.switch) input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    body div:not(.switch) input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    body div:not(.switch) input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    body div:not(.switch) input[type=checkbox]:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    body div:not(.switch) input[type=checkbox]:not(.switch) {
      width: 21px;
      min-width: 21px;
    }
    body div:not(.switch) input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    body div:not(.switch) input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    body div:not(.switch) input[type=checkbox] + label {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-left: 2px;
        /* padding-top:2px; */
        line-height: 23px;
    }

    body div:not(.switch) input[type=checkbox]:not(.switch) {
      border-radius: 4px;
    }
    body div:not(.switch) input[type=checkbox]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    body div:not(.switch) input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
  }