body.login{
    position: relative;
    z-index: 0;
}

.wrapper_login{
    position: absolute !important;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    z-index: 1;
    background: #f47320;
}

@media (min-width: 200px) and (max-width: 400px){
    .login .logo{
        width: 300px !important;
        margin-left: -150px !important;
    }
    
    .content_login{
        width: 300px !important;
        margin-left: -150px !important;
    }
}

.login .logo{
    width: 450px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -225px;
    z-index: 3;
    text-align: center;
}

.login .logo h2{
    color: #FFF !important;
}

.content_login{
    width: 450px;
    height: 400px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 220px;
    margin-left: -225px;
    z-index: 3;
    margin-bottom: 10px !important;
}

.content_login form input{}

.browsers{
    width: 450px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 650px;
    margin-left: -225px;
    z-index: 3;
    margin-bottom: 10px !important;
    padding: 10px 0;
}

.browsers img{
    width: 60px;
}