@media (max-width:1280px ){
    .formContent form a {
        width: 90%;
        font-size: 20px;
    }
    .formContent form input {
        width: 90%;
    }
    .formContent form input[name="register"] {
        width: 95%;
    }
    .alerts{
        margin-right: -36%;
        font-size: 15px;
    }
} 

@media(max-width:500px){
    .get-in{
        margin-top: 16%;
        height: 84vh;
    }
    .alerts{
        display: none;
    }
    .former {
        width: 100%;
    }
    .formContent {
        width: 100%;
    }
    .formContent a{
        width: 100%;
        background-color: #11608f;
        padding: 0%;
        padding-bottom: 4%;
        padding-top: 4%;
    }
    .formContent input {
        padding: 7% 0% 7% 0%;
        width: 100%;
        font-size: 14px;
    }
    .formContent input[id="btn"]{
        width: 100%;
    }
}