
#change{
    height: 100%;
}
#change {
    background:#00000000;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: gainsboro;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide swiper-slide-next .col-md-6{
    background-color: red;
}
button:hover {
    background-color: #fb5600 !important;
    color: white !important;
}
.type:hover{
    box-shadow: darkgrey 0px 0px 75px 0px !important;
}
.BA:hover{
    color: white !important;
}
.login_btn{
    position: relative;
    float: left;
}
.login_btn img{
    position: absolute;
    display: none;
}