﻿.img-responsive{
    margin-left: 10px;
    max-width: 80%;
}

.animate-charcter {
    text-transform: uppercase;
    background-color: #f12711;
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 19px;
    font-weight: 350;
}
.login-bg-left {
    border:solid #0b29bf33 2px;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    box-shadow:5px;
     background-image: url('../img/login-bg.jpg');
     height:393px;
     width:540px;
     float:right;
}
.login-heading {
    background-color: #EF7104;
    /* #F48019;*/
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.footer-img{
    margin-top:-20px;
    width:260px;
    padding-left:10px;
    vertical-align:middle;

}