#page .site-content, .ast-container{
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.cws-login-form-wrapper {
    width: 480px;
    box-shadow: 0 0px 20px 4px rgb(0 0 0 / 5%);
    padding: 1.5rem 1.5rem .5rem;
    border-radius: 10px;
    margin: auto;
}

.cws-login-form-wrapper h2{
    font-weight:bold;
    text-align: center;
}

form#cws-login-form {
    display: grid; 
    margin-top: 1rem;
    margin-bottom: .8rem;
}

#cws-login-form input::placeholder {
    font-size: 14px;
}


.cws-field-wrapper {
    position: relative;
    margin-top: 1rem;
}

.cws-field-wrapper input {
    padding-left: 1.8rem;
    border-color: #e7e7e7;
}


.cws-field-wrapper::before {
    font-family: "Bootstrap-icons";
    position: absolute;
    bottom: calc(50% - 20px);
    line-height: 1;
    left: .5rem;
    font-size: 14px;
}

.cws-username-email-wrapper::before{
    content: '\F4E1';
}

.cws-password-wrapper::before{
    content:'\F47B';
    font-size: .8rem;
}

.cws-login-form .cws-required-field label::after{
    content: '*';
    color:red;
}

.cws-action-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-top: .5rem;
}

.cws-remember-wrapper { 
    display: flex;
    align-items: center;
    grid-gap: .2rem; 
}

.cws-remember-wrapper label{
    cursor: pointer;
    user-select: none;
}

#cws-login-btn { 
    margin: 1.5rem 0px .5rem;
}

#cws-login-btn::before{
    content:'\F1BE';
    font-family: 'Bootstrap-icons';
    width: 25px;
    text-align: right;
}

#cws-login-btn:has(.cws-loader-show )::before{
    content: '';
    width: unset;
}

.cws-create-account-link{
    text-align: center;
    font-size: .9rem;
}

.cws-company-wrap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
