/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

.banner-sec {
    background: url('../../dist/img/login-img.jpg') no-repeat left bottom;
    
    background-size: cover;
    height: 485px;
    border-radius: 0 0px 0px 0;
    padding: 0;
}
@media only screen and (max-width: 600px) {
  .banner-sec {
    height: 0px;
  }
}

.bannerreg-sec {
     background: url(~/dist/img/regis-img.jpg) no-repeat left bottom;
            background-size: cover;
            min-height: 625px;
            border-radius: 0 0px 0px 0;
            padding: 0;
}
@media only screen and (max-width: 600px) {
  .bannerreg-sec {
    height: 0px;
  }
}