body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: #191e49
}

/*#FFD65C*/

@media only screen and (max-width: 760px) {
    .form-content h4 {
        font-size: 16px;
    }
    .div-logo-form {
        width: 150px;
        padding: 40px 40px 10px 40px;
    }
    .logo-form-login {
        width: 100px;
    }
    .div-logo {
        display: none;
    }
    .div-form {
        display: flex;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .form-content {
        width: 510px;
        min-height: 95vh;
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        border-radius: 5px;
    }
    .input-mail-partner {
        border: none;
        border-bottom: 1px solid #dcdcdc;
        border-radius: 0;
        outline: none;
    }
    .input-mail-partner:focus {
        border: none!important;
        border-bottom: 1px solid #80bdff!important;
        border-radius: 0!important;
        outline: none!important;
        box-shadow: none;
    }
    .btn-partner {
        width: 100px;
        border-radius: 15px;
        font-weight: bold
    }
    .input-login {
        border-radius: 15px
    }
    .btn-login {
        width: 100px;
        border-radius: 15px;
        font-weight: bold
    }
}

@media only screen and (min-width: 760px) and (max-width: 989px) {
    .div-logo-form {
        width: 150px;
        padding: 40px 40px 10px 40px;
    }
    .logo-form-login {
        width: 100px;
    }
    .div-logo {
        display: none;
    }
    .div-form {
        height: 100vh;
        display: flex;
        margin: 0;
        align-items: center;
        justify-content: center;
    }
    .form-content {
        width: 510px;
        height: 75vh;
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        border-radius: 5px;
    }
    .input-mail-partner {
        border: none!important;
        border-bottom: 1px solid #dcdcdc!important;
        border-radius: 0!important;
        outline: none!important;
    }
    .input-mail-partner:focus {
        border: none!important;
        border-bottom: 1px solid #80bdff!important;
        border-radius: 0!important;
        outline: none!important;
        box-shadow: none;
    }
    .btn-partner {
        width: 100px;
        border-radius: 15px;
        font-weight: bold
    }
    .input-login {
        border-radius: 15px
    }
    .btn-login {
        width: 100px;
        border-radius: 15px;
        font-weight: bold
    }
}

@media only screen and (min-width: 990px) and (max-width: 1366px) {
    .div-logo-form {
        display: none;
    }
    .logo-form-login {
        display: none;
    }
    .div-logo {
        height: 100vh;
        display: flex;
        margin: 0;
        align-items: center;
        justify-content: center
    }
    .div-form {
        height: 100vh;
        display: flex;
        margin: 0;
        align-items: center;
        justify-content: center;
    }
    .form-content {
        width: 510px;
        min-height: 90vh;
        margin-top: 10px;
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        border-radius: 5px
    }
    .input-mail-partner {
        border: none;
        border-bottom: 1px solid #dcdcdc;
        border-radius: 0;
        outline: none;
    }
    .input-mail-partner:focus {
        border: none!important;
        border-bottom: 1px solid #80bdff!important;
        border-radius: 0!important;
        outline: none!important;
        box-shadow: none;
    }
    .btn-partner {
        width: 100px;
        border-radius: 15px;
        font-weight: bold
    }
    .input-login {
        border-radius: 15px
    }
    .btn-login {
        width: 100px;
        border-radius: 15px;
        font-weight: bold
    }
}

@media only screen and (min-width:1366px) {
    .div-logo-form {
        display: none;
    }
    .logo-form-login {
        display: none;
    }
    .div-logo {
        height: 100vh;
        display: flex;
        margin: 0;
        align-items: center;
        justify-content: center
    }
    .div-form {
        height: 100vh;
        display: flex;
        margin: 0;
        align-items: center;
        justify-content: center;
    }
    .form-content {
        width: 510px;
        min-height: 690px;
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        border-radius: 5px
    }
    .input-mail-partner {
        border: none;
        border-bottom: 1px solid #dcdcdc;
        border-radius: 0;
        outline: none;
    }
    .input-mail-partner:focus {
        border: none!important;
        border-bottom: 1px solid #80bdff!important;
        border-radius: 0!important;
        outline: none!important;
        box-shadow: none;
    }
    .btn-partner {
        width: 100px;
        border-radius: 15px;
        font-weight: bold
    }
    .input-login {
        border-radius: 15px
    }
    .btn-login {
        width: 100px;
        border-radius: 15px;
        font-weight: bold
    }
}