#middlebody {
    /*padding: 70px 0 60px 0;*/
    /*background: url(../photo/cp/middlepic.jpg);*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    background-color: rgba(255, 255, 255,70%);
    width: 100%;
    padding:0;
}
#middlebody .img {
    width: 100%;
    z-index: -1;
    position: relative;
    height: 100%;
}
.skilltext {
    /*background-color: rgba(255, 255, 255,80%);*/
    position: absolute;
    top: 40px;
    /*margin-left: 23px;*/
}
.skilltext h2 {
    font-size: 30px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    margin: 0;
    text-transform: capitalize;
    padding: 25px 0 30px 0;
    text-align: center;
}
.skilltext p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    line-height: 22px;
    padding: 42px 20px 10px 20px;
}
.cmslogin {
    margin: 120px 0 50px 0;
}
.loginleft {
    /*background: #fff;*/
    display: inline-flex;
    box-shadow: 1px 0px 3px 1px rgba(255, 255, 255, 0.8)
}
.loginemailsend {
    background: #fff;
    display: inherit;
    box-shadow: 1px 0px 3px 1px rgba(255, 255, 255, 0.8)
}
.rstp h1 {
    font-weight: 700;
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin: 0;
    padding-top: 19px;
    text-transform: capitalize;
}


.fp a {
    padding: 0;
    float: right;
}
.fp a:hover {
    text-decoration: none;
}
/* ==========================================================================
   LOGIN MODAL Section start
========================================================================== */
.seminor-login-modal-body {
    padding: 16px 10px 17px 0;
    border-bottom: 1px solid #e5e5e5;
}
.seminor-login-modal-body h3 {
    font-weight: 700;
    font-size: 40px;
    font-family: lato light, sans-serif;
    color: #343434;
    text-align: center;
}
.seminor-login-modal-body .close {
    position: relative;
    top: -73px;
    left: 0px;
    color: #2186ff;
    font-size: 40px;
}
.seminor-login-modal-body .close:hover{
    color: #78b107;
}
.seminor-login-modal-body .close{
    opacity:0.75;
}

.seminor-login-modal-body .close:focus, .seminor-login-modal-body .close:hover {
    color: #78b107;
     opacity: 1;
     text-decoration: none;
     outline:0;
}

.seminor-login-modal .modal-dialog .modal-content{
    border-radius:0px;
}


.field-container {
  position: relative;
  margin-top:25px;
  font-family: 'Roboto', sans-serif;
}
.field {
    display: block;
    width: 100%;
    border: none;
    font-size: 14px;
    border: 0px solid #ced4da !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
    box-shadow: none;
}
.field:focus {
  outline: 0;
  box-shadow: none;
}
.floating-label {
  position:absolute;
  pointer-events:none;
  top: 15px;
  left:5px;
  font-size: 10px;
  opacity:0;
  background-color: transparent;
  padding: 0 2px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.field:valid + .floating-label {
  opacity:1;
  top:-15px;
  color: #9e9e9e;
}
.field:focus + .floating-label {
  color: #03a9f4;
}

.field-underline {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:-5px;
  border:1px solid #9e9e9e;
  z-index: -1;
  padding:10px 10px 0;
}
.field:focus + .floating-label + .field-underline {
  border-color:#03a9f4;
}


.sofbtn .btn {
    padding: 10px 32px 10px 32px;
    border-radius: 0;
    text-transform: capitalize;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    background-color: #4092f8;
    color: #fff;
    border: none;
    font-weight: 700;
    box-shadow: 0 3px 0px 0 #d7d7d7;
    margin: 22px 0 10px 0;
    border-radius: 20px;
}
.sofbtn .btn:hover {
    color: #fff;
    background-color: #78b107;
    font-weight: 700;
    box-shadow: none;
    transition: all .9s;
}
button.btn-check-login:hover {
    color: #fff;
    background-color: #78b107;
    border: 2px solid #78b107;
}
.btn-check-login {
     color: #ffff;
     background-color: #2186ff;
     border: 2px solid #2186ff;
     transition: all ease-in-out .3s;
}
.btn-check-login {
     display: inline-block;
     padding: 12px 0;
     margin-bottom: 0;
     line-height: 1.42857143;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -ms-touch-action: manipulation;
     touch-action: manipulation;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-image: none;
     border-radius: 0;
     width: 100%;
}

.text-primary-fau {
    color: #1959a2;
}

.select-form-control-placeholder{
    font-size: 100%;
    padding: 7px 0 0 13px;
    margin: 0; 
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 30px;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: none;
  width: 50%;
  border-radius: 0;
}

/* The Close Button */
/*.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}*/
/* ==========================================================================
   LOGIN MODAL Section end
========================================================================== */
@media screen and (max-width: 767px) { 

.loginleft {
    display: inline-block;
}
#middlebody .img {
    height: 380px;
}





}


