/*
Theme Name: Customer Portal
Theme Version: 1.0.0
Description: This theme is designed for the senneca employee.
*/

/* Login Css Start from here */
.um-field-label {
    width: 100%;
    margin: 0 0 7px 0;
    font-size: 18px;
    color: #0d3866;
  }
  input.um-form-field {
    height: 50px;
    width: 100%;
    border: 1px solid #0059b0;
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 18px;
  }
  .um-field-area {
    width: 100%;
  }
  div.um-field-password {
    width: 100%;
  }
  div.um-field-text {
    margin-bottom: 25px;
  }
  input#um-submit-btn {
    display: block;
    float: right;
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
    background: #0d3866;
    color: #fff;
    font-size: 18px;
  }
  .um-right.um-half {
    width: 100%;
  }
  p.um_request_name {
    display: none;
  }
  .um-col-alt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .um-left.um-half {
    flex: auto;
  }
  .um-col-alt-b {
    width: 100%;
    text-align: center;
  }
  .um-right.um-half {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 8px;
  }
  div.um-field-error {
    color: red;
    margin-top: 7px;
  }
  .profile li.username {
    display: flex;
  }
  form#miniorange-saml-sp-sso-login-form {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
p.um-notice.err {
    background: #ffdada;
    color: red;
    padding: 5px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    border-radius: 6px;
}
form#miniorange-saml-sp-sso-login-form a {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 280px;
    background: #3ba1da;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    border: none;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    overflow: hidden;
    transition: .25s;
    box-sizing: border-box;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    opacity: 1;
}
div#saml_login_widget-2 {
    width: 100%;
}
.login-form-logo {
    margin-bottom: 30px !important;
}
p.seprator_or {
  text-align: center;
  margin-bottom: 30px;
}
.um-field.um-field-block.um-field-type_block {
    margin: 15px 0;
    font-size: 20px;
}
div#um_field_0_user_password {
    margin-bottom: 15px;
}
div#um_field_0_confirm_user_password {
    margin-bottom: 20px;
}
.um.um-password.um-um_password_id {
    margin-top: 30px;
}
p.um-notice.success{
  background: #cff3cf;
  color: green;
  padding: 5px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
}
div#um_field_7_username {
    width: 100%;
}
  /* Login Css End here */

