body {
  background-image: url('../img/login1-bg.jpg');
  background-size: 400px;
  background-position: right top;
  background-color: #fff;
  background-repeat: no-repeat;
}
body.register{
  background-image: url('../img/img2.png');
  background-size: 400px;
  background-position: right top;
  background-color: #efefef;
  background-repeat: no-repeat;
}
.login-sect, #login-form-cont, #fistlogo-cont {
  min-height: 100vh;
}
.login-sect{
  background-color: transparent;
  flex-direction: row;
}
.login-sect.d-flex.align-items-center {
  flex-direction: row;
}
.div-shadow{
box-shadow: rgba(17, 12, 46, 0.1) 0px 48px 80px 0px;
}
.login-form input[type="email"], .login-form input[type="password"], .login-form input[type="text"] {
  padding: 10px 10px 10px 45px;
  width: 100%;
  background-color: #ebebeb;
  border: 0px;
  background-position: 8px center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.login-form input[type="text"] {
  background-image: url("../img/fullname-icon.jpg");
  background-size: 22px;
}
.login-form input[type="password"] {
  background-image: url("../img/password-icon.jpg");
  background-size: 22px;
}
.login-form input[type="email"] {
  background-image: url("../img/img6.png");
  background-position: 5px center;
  background-size: 21px;
}
button{
  padding: 10px;
}

.sassalogo{
  width:400px;
}

.logoPpotts-width {
  width:50% !important;
}

.login-form{
  width: 100%;
  max-width: 400px;
}

.login-sect, .login-sect > div.col-md-8{
  background-size: 50vh;
  background-position: right top;
  background-repeat: no-repeat;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  display: inline-block;
  text-align: center;
  background: red;
  color: white;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 100%;
  padding: 10px;
}

.btn-style-one .btn-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  z-index: 1;
}

.btn-style-one:hover {
  background: red;
  color: #ffffff;
}

.btn-style-one .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: blue;
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-one:hover .btn-curve {
 
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}
.register.btn.theme-btn.btn-style-one.mt-4 {
  background: #363636;
}

.register.btn.theme-btn.btn-style-one.mt-4 .btn-curve{
  background-color: #000;
}
img.sanbslogo {
    width: 300px;
}
.sassalogo {
  margin-right: 50px !important;
}
@media (max-width: 991px){
.sassalogo {
  width: 510px;
  margin-right: 50px;
}

.login-form{
  width: 100%;
  max-width: 700px;
      border-top: 1px solid #949494;
    padding: 25px 0px;
}

.login-sect.d-flex.align-items-center {
    flex-direction: column-reverse;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 20vh;
}
#fistlogo-cont {
    padding: 50px;
}
.login-sect, #login-form-cont, #fistlogo-cont {
    min-height: 0px;
}
img.sanbslogo {
    width: 300px;
}
body {
  background-size: 150px;
  min-height: 100vh !important;
  height:100% ;
      display: flex;
    align-items: center;
    justify-content: center;
}
.div-shadow {
    box-shadow: none !important;
}
.login-form input[type="email"], .login-form input[type="password"], .login-form input[type="text"] {
    padding: 20px 10px 20px 45px;
}
}
@media (max-width: 767px){
body.register{
  background-size: 300px;
  }
.sassalogo {
  width: 270px;
}
.logo-cont.d-flex img {
  width: 80%;
  max-width: 240px;
}
.login-sect.d-flex.align-items-center {
  flex-direction: column-reverse ;
}
.login-sect, .login-sect > div {
  height: 100%;
/*  justify-content: start !important;*/
  padding: 30px;
  box-shadow: none;
}
.login-sect, .login-sect > div.col-md-8 {
  background-size: 250px;
  background-position: right top;
  background-repeat: no-repeat;
}
#login-form-cont {
  padding-top: 0px !important;
}

.login-form{
  width: 100%;
  max-width: 500px;
}
}

@media (max-width: 579px){

.sanbslogo {
  width: 190px;
}
.sassalogo{
  width: 190px;
}
body.register{
  background-size: 200px;
  }

.login-form{
  width: 100%;
  max-width: 400px;
}
}
@media (max-width: 479px){
.login-sect, .login-sect > div.col-md-8 {
  background-size: 250px;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: transparent;
}
.sanbslogo {
  width: 130px;
}
.sassalogo{
  width: 190px;
}
body {
  background-size: 100px;
}
}





