@media (max-width: 1023px) {
    body{
      margin: 0;
      padding: 0;
      height: auto;
    }
    main{
      height: 50vh;
      max-height: 100vh;
    }
    .container-form-box {
      background-image: none;
    }
    /*Form */
      div.form-box{
        width: 100%;
        height: 94vh;
        max-height: 94vh;  
        
        margin: 0; 
        border-radius: 1em 1em 0 0 ;
        padding: 30px;
      }
      div.form-box-logo{
        width: 100%;
        margin-top: .3em;
        margin-bottom: -.3em;
      }
      img.form-box-logo{
        width: 2em;
      }
    /* CPF e senha */
      .form-box-input-box {
        width: 100%;
        position: relative;
        border-bottom: 2px solid rgba(255,255,255,0.24);
        margin-bottom: 18px;
      }
      .form-box-input {
        font-family: Raleway-Regular;
        font-size: .8em;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
      
        display: block;
        width: 100%;
        height: 45px;
        background: transparent;
        padding: 0 5px 0 38px;
      }
    /* LEMBRAR*/
      .form-checkbox-box-input-label {
        font-family: Raleway-Regular;
        font-size: .8em;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
      
        display: block;
        position: relative;
        padding-left: 26px;
        cursor: pointer;
      }
    /* esqueceu a senha ? */
      .form-checkbox-box { 
        padding-left: 5px;
        padding-top: 0em;
        padding-bottom: 1em;
      }
      
      p.senha{
        padding-top: 1.2em;
        color: rgba(0, 132, 255, 0.993);
        font-size: .8em;
      }
      /* Botao Entrar e Login */
      .form-button-box {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: .3em;
        margin-bottom: .6em;
      }
    /* ENTRAR */
    .form-button-box-submit {
      font-family: Raleway-Medium;
      font-size: 13px;
      font-weight: 600;
      color: #555555;
      line-height: 1.2;
    
      padding: 0 20px;
      width: 14em;
      height: 50px;
      
    }
    /* Login com sso */
    .form-button-sso-submit {
      font-family: Raleway-Medium;
      font-size: 13px;
      font-weight: 600;
      color: #555555;
      text-decoration: none;
      line-height: 1.2;
    
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 20px;
      width: 14em;
      height: 50px;
      border-radius: 25px;
    }
    .form-button-sso {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 0em;
      
    }
   
      
  }