/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-may-2016, 9:40:47
    Author     : KAROLZOOM
*/
#login_adapter{
    min-width: 233px;
}
.slider_adapter{  
    width: 100%;
    height: 70%;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img {
    width: 800px;
    height: 480px;  
} 
.text-red {
  color: #c13835 !important;
}
@media (min-width: 960px) and (max-width: 1200px) {
    .login-bg{
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) { 
    .login-bg{
        width: 100%;
    }
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
    .login-bg{
        width: 100%;
    }
}
/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .login-bg{
        width: 100%;
    }
}