/*Write your custom css in this file.*/
/*CONTAIGO - LOGIN*/
.center-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -moz-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.signin-box{
        position: fixed; top:0; right:0; height:100%; width:500px; background: #fff; margin:0 auto;
        -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.50)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.50)!important
}
.signin-box .panel {
    width:100%;
}
.text { position:fixed; bottom: 30px; left: 30px; color: #fff; text-shadow: 0px 0px 4px rgba(150, 150, 150, 0.76);}

.text h2{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    }

@media screen and (max-width: 1150px) {
    .signin-box{
            position: relative; top:0; right:0; height:auto; width:90%; background: #fff; margin:0 auto;
    }
}