.main{
    background: url('../../images/fondo1.jpg') top center no-repeat;
    height:calc(100vh);
    width:100%;
}

[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

input {
    border: none;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    padding: 0;
    -webkit-appearance: none;
}

.clearfix {
    *zoom: 1;

    &:before,
    &:after {
        content: ' ';
        display: table;
    }

    &:after {
        clear: both;
    }

}

.container {
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    /* background-color: #ffffffd6; */
    background-color: #ffffffed;
    width: auto;
    padding: 30px;
}

 #login form{
    width: 250px;
}
#login, .logo{
    display:inline-block;
    width:40%;
}
#login{
    border-left:1px solid #f15a23;
    padding: 0px 22px;
    margin-left: 30px;
} 
.logo{
    color:#fff;                    
    font-size: 20px;
    line-height: 30px;
    margin-top: -20px;
}

.input-group-text {
    height: 50px;
    width: 50px;
}

#login form input {
    height: 50px;
}

.LOGIN{
    width: 100%;
    font-size: 13px;
    background-color: #f15a23;
    border: 1px solid #f15a23;
}

#login form input[type="text"]:focus, input[type="password"]:focus {
    border-color: #928f8f;
    box-shadow: 0px 0px 2px #3e3c3c;
    outline: 0 none;
}

input[type="button"]:focus {
    outline: 0 none;
}

.error{
    font-size: 12px;
    color: red;
    font-weight: 700;
    padding-bottom: 11px;
}

#login form input[type="text"], input[type="password"] {
    background-color: #fff;
    border-radius: 0px 3px 3px 0px;
    color: #656565;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 200px;
    font-family: inherit;
    font-size: 12px;
}

#login form input[type="text"]:focus, input[type="password"]:focus{
    border-color: #ccc;
}

#login form input[type="submit"] {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #012356;
    color: #eee;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 4px;
    height: 42px;
    width: 250px;
}

#login form input[type="submit"]:hover {
    background-color: #071933;
}

#login > p {
    text-align: center;
}

#login > p span {
    padding-left: 5px;
}
.middle {
    display: flex;
    width: 100%;
}

@media screen and (max-width: 540px)  {
    .main {
        background: url('../../images/fondo_media.jpg') top center no-repeat;
        height:calc(100vh);
        width:100%;
        padding: 20px;
    }
    .container{
        width: 60%;
    }
    .middle {
        display: contents;
    }
    .logo{
        display: contents;
    }
    #login{
        display: contents;
        margin-left: 10%;
        margin-top: 5%;
        border-left: 1px solid transparent;
    }
    #login form {
        width: 100%;
        margin-top: 10%;
    }
    #login form input[type="text"], input[type="password"] {
        width: 100%;
    }
}

@media screen and (max-width: 414px)  {
    .main {
        background: url('../../images/fondo_media.jpg') top center no-repeat;
        height:calc(100vh);
        width:100%;
        padding: 20px;
    }
    .container{
        width: 80%;
    }
    .middle {
        display: contents;
    }
    .logo{
        display: contents;
    }
    #login{
        display: contents;
        margin-left: 10%;
        margin-top: 5%;
        border-left: 1px solid transparent;
    }
    #login form {
        margin-top: 10%;
    }
}

@media screen and (max-width: 411px)  {
    .main {
        background: url('../../images/fondo_media.jpg') top center no-repeat;
        height:calc(100vh);
        width:100%;
        padding: 20px;
    }
    .container{
        width: 80%;
    }
    .middle {
        display: contents;
    }
    .logo{
        display: contents;
    }
    #login{
        display: contents;
        margin-left: 10%;
        margin-top: 5%;
        border-left: 1px solid transparent;
    }
    #login form {
        margin-top: 10%;
    }
}

@media screen and (max-width: 360px)  {
    .main {
        background: url('../../images/fondo_media.jpg') top center no-repeat;
        height:calc(100vh);
        width:100%;
        padding: 20px;
    }
    .container{
        width: 90%;
    }
    .middle {
        display: contents;
    }
    .logo{
        display: contents;
    }
    #login{
        display: contents;
        margin-left: 10%;
        margin-top: 5%;
        border-left: 1px solid transparent;
    }
    #login form {
        margin-top: 10%;
    }
}

@media screen and (max-width: 320px)  {
    .main {
        background: url('../../images/fondo_media.jpg') top center no-repeat;
        height:calc(100vh);
        width:100%;
        padding: 20px;
    }
    .container{
        width: 90%;
    }
    .middle {
        display: contents;
    }
    .logo{
        display: contents;
    }
    #login{
        display: contents;
        margin-left: 10%;
        margin-top: 5%;
        border-left: 1px solid transparent;
    }
    #login form {
        width: 100%;
        margin-top: 10%;
    }
}

