
fieldset {
   border-radius: none;
  padding:0em;
  max-width: auto;
  margin:0 auto;
background: none;
background: linear-gradient(137deg,rgba(0, 15, 87, 0) 2%, rgba(132, 47, 194, 0) 30%, rgba(0, 212, 227, 0) 100%);
-webkit-box-shadow: 8px 18px 42px 9px rgba(208, 208, 208, 0);
-moz-box-shadow: 8px 18px 42px 9px rgba(208, 208, 208, 0);
box-shadow: 8px 18px 42px 9px rgba(208, 208, 208, 0);
color:#fff;
}
.frame-type-felogin_login form{

  border-radius: 10px;
  padding:4em;
  max-width: 600px;
  margin:0 auto;
background: #000f57;
background: linear-gradient(137deg,rgba(0, 15, 87, 1) 2%, rgba(132, 47, 194, 1) 30%, rgba(0, 212, 227, 1) 100%);
-webkit-box-shadow: 8px 18px 42px 9px rgba(208, 208, 208, 1);
-moz-box-shadow: 8px 18px 42px 9px rgba(208, 208, 208, 1);
box-shadow: 8px 18px 42px 9px rgba(208, 208, 208, 1);
color:#fff;
}
.frame-type-form_formframework h2 {
  margin-bottom:1em;
}


 .frame-type-felogin_login.frame-layout-1 p:nth-of-type(2){
  max-width: 400px;

  margin-top:2em;
  text-align: center;
    display: inline-block;
 }
 .alert-message {
  display: block;
 }
  .frame-type-felogin_login.frame-layout-1 ul {
    list-style: none;
    padding-left: 0rem;
  }

    .frame-type-felogin_login label{
      width:100%;
    }


    .tx_evoweb_sfregister .form-control-plaintext {
      color:#e0e0e0 !important;
          font-size: 0.95rem !important;
          font-weight: 200;
    }

  
    .frame-type-sfregister_create .tx_evoweb_sfregister, .frame-type-sfregister_edit .tx_evoweb_sfregister{
      padding: 3em;

    }

    #tx-felogin-input-username, #tx-felogin-input-password,#tx-felogin-input-data, #tx-felogin-input-newpassword-1, #tx-felogin-input-newpassword-2 {
  margin-top:10px;
      width: 305px !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1em;
}
.frame-type-felogin_login p{
  margin-bottom: 2em !important;
}
.frame-type-felogin_login {
  max-width: 600px;
  margin:0 auto;
}
.frame-type-felogin_login label {
  margin-bottom: 0.3em;
}
.frame-type-felogin_login label input, .frame-type-sfregister_create .form-control, #tx-felogin-input-username, #tx-felogin-input-password, #tx-felogin-input-data, #tx-felogin-input-newpassword-1, #tx-felogin-input-newpassword-2{
     display: block;
    width: 100%;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
}
.frame-type-felogin_login a {
  margin-top:1em;
  display: block;
}
.frame-type-felogin_login.frame-layout-1 {
  text-align: center;
}


.frame-type-felogin_login input[type="submit"] {
  background: #000;
    color: var(--white) !important;
    padding: 10px 18px 11px 18px !important;
    display: inline;
    border-radius: 10px;
    font-size: 1.1rem;
    box-shadow: none;
   margin-top:1em;
}
.frame-type-felogin_login input[type="submit"]:hover {
    background: #fff;
    color:#000 !important;
}

.frame-type-felogin_login label input, #tx-felogin-input-data, .frame-type-sfregister_create label, .frame-type-sfregister_edit label {
    display: block;
    width: 100%;
    padding: .625rem .75rem;
}
.frame-type-sfregister_create label, .frame-type-sfregister_edit label {
  padding-left: 0rem;
}
.frame-type-felogin_login legend, .frame-type-felogin_login  label, .frame-type-form_formframework label, .frame-type-sfregister_edit label {
  color:#fff;
  padding: 0.35em;
}

.frame-type-felogin_login legend {
  font-size:1.8rem;
}

.frame-type-sfregister_create, .frame-type-sfregister_edit  {
max-width: 600px;
  border-radius: 10px;
  -webkit-box-shadow: 8px 18px 42px 9px rgba(208, 208, 208, 1);
-moz-box-shadow: 8px 18px 42px 9px rgba(208, 208, 208, 1);
box-shadow: 8px 18px 42px 9px rgba(208, 208, 208, 1);
margin:0 auto;
background: #000f57;
background: linear-gradient(137deg,rgba(0, 15, 87, 1) 2%, rgba(132, 47, 194, 1) 30%, rgba(0, 212, 227, 1) 100%);
color:#fff !important
}


.tx_evoweb_sfregister #sfrForm{
  padding-bottom:1em !important;
}

.custom-control-label {
  padding-left:0.5em !important;
}