@charset "UTF-8";
ul#wrap-login{
    width:300px;
    position:absolute; 
    left:50%; 
    top:50%; 
    transform: translate(-50%,-50%);
    -webit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    display:flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap; 
    z-index:10;
}
ul#wrap-login li{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    margin:0 0 10px 0;
    padding:0;
}
ul#wrap-login li.welcome img{
    width: 100%;
    max-width:205px;
    max-height: 100%;
}

input, .btn-large,
.btn-medium,
.btn-small{width:100%;}

input.text{
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 45px;
    background-size: 20px;
    background-image: url(../images/ico-login.png);
}

input#userPass, input[type="password"]{
    background-image: url(../images/ico-pass.png);
}

.btn-large,
.btn-medium,
.btn-small{font-family:'Open Sans', sans-serif;font-weight:400; font-size:14px; -webkit-appearance:none; outline:none; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;color:#A7AEBF; max-width:300px; padding: 9px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; text-transform: uppercase; cursor: pointer;
border:1px solid #27292D; 
background: #33363e;
background: -moz-linear-gradient(top,  #33363e 0%, #24272d 100%);
background: -webkit-linear-gradient(top,  #33363e 0%,#24272d 100%);
background: linear-gradient(to bottom,  #33363e 0%,#24272d 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33363e', endColorstr='#24272d',GradientType=0 );
}

.btn-large:hover,
.btn-medium:hover,
.btn-small:hover,
.btn-large:focus,
.btn-medium:focus,
.btn-small:focus{
background: #EE1C20;
background: -moz-linear-gradient(top,  #EE1C20 0%, #BF0010 100%);
background: -webkit-linear-gradient(top,  #EE1C20 0%,#BF0010 100%);
background: linear-gradient(to bottom,  #EE1C20 0%,#BF0010 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EE1C20', endColorstr='#BF0010',GradientType=0 ); color:#ffffff; border:1px solid #B71618;}