/*----------------------------------------------------------------------------------------------------------
#                                                 Login 
-----------------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Exo+2');
@import url('https://fonts.googleapis.com/css?family=Lato');
.banner-col .comp-logo {
    width: 160px;
    position: absolute;
    top: 28px;
}
.banner-col .copyright-text {
    color: white;
    position: fixed;
    bottom: 10px;
    font-family: 'Lato', sans-serif;
}
.banner-col{
    padding: 0px;
    font-family: 'Exo 2', sans-serif;
    background-size: cover;
    background-position: center;
  }

#login-section .banner-col .sub-head {
    color: white;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
}


#login-section .banner-col .text-area .main-content{
    height: 100%;
    width: 100%;
    }
    