@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700|Roboto+Condensed:300,300i,400,400i,700,700i|Signika+Negative|open sans:100,200,300,400,500|family=Montserrat:ital,wght@0,200;0,600;0,800;1,400;1,600&display=swap|family=Open+Sans:wght@300;400&display=swap" rel="stylesheet"');
body {
  overflow: hidden;
  margin:0;
}
.SignUp:hover,.sendlink:hover,.resetpwdlink:hover{
background: #333 !important;
}
.loginheader{
  width: 100%;
  height: auto;
}
.loginfirst{
  min-height: 50px;
  width: 100%;
  /* display: flex; */
  background: #ffc300;
}
.loginfirst p{
  float: right;
  padding-top: 1%;
  text-align: right;
  /* display: flex; */
  cursor: pointer;
  padding-right: 10%;
}
.content-left{
  display: flex;
  margin-left: 10%;
}
.list-in-line{
  list-style: unset;
  display: flex;
  margin-left: 6%;
}
.login-nav{
  list-style: unset;
  display:inline-block;
}
.list-in-line li{
  display: flex;
  margin-left: 50px;
  margin-top: 10px;
  font-size: 15px;
}
.loginsecond{
  min-height: 70px;
  width: 100%;
  display: flex;
  background: #333;
}
p{
  color: white;
}
* {
  box-sizing: border-box;
}

/* style the container */
.container {
  position: relative;
  border-radius: 5px;
  background-color: #ffc300;
  padding: 112px 0 300px 0;
} 
.SignIn_wrapper{
  width: 100% !important;
  padding: unset;
  height: 100vh;
}
.loginbtn{
  background: #333 !important;
  color: #fff !important;
}
.trail_text{
  display: inline-block;
  float: right;
  margin-right: 10%;
}
.icon {
  border-radius: 5px;
  padding: 14px;
  background: #333333;
  color: white;
  min-width: 55px;
  text-align: center;
  font-size: 15px;
}

/* style inputs and link buttons */
input{
  width: 90%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  margin: 5px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none; 
  background-color: #f2f2f2;/* remove underline from anchors */
}

/* style the submit button */
input[type=submit] {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  width: 20%;
  text-align: center;
}

input[type=submit]:hover {
  background-color: #333;
}
.remove_spacing{
  padding: 0%;
  text-align: end;
}
.remove_spacing_input{
  padding: 0%;
  padding-left: 0px !important;
}
/* Two-column layout */
.col {
  float: left;
  width: 50%;
  margin: auto;
  padding: 0px 50px;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* vertical line */
.vl {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border: 2px solid #ddd;
  height: 350px;
}
.input-field {
  width: 25%;
  padding: 10px;
  outline: none;
}
.text-danger {
  color :red;
  text-transform: capitalize;
}
.single_input_container{
  padding: 0 !important;
  width: 100%;
  margin-bottom: 10px;
  overflow-x: hidden;
}
.single_input_container input{
  width:100%;
}
.alert,.alert-success{
  background-color: #ffeba9ba !important;
  color: #38414a;
  display: block;
  margin: auto;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  float: left;
}
.alert-success{
  color: green;
}
.close{
  float: right;
  background: unset;
  border: unset;
  font-size: 18px;
}
.close span{
  display: block;
}
.signin_img img{
  width: 100%;
  max-width: fit-content;
  display: block;
  margin: auto;
}
@media only screen and (min-device-width: 320px)
 and (max-device-width: 568px) and (orientation : portrait){
   .SignIn_wrapper{
     padding: 3px;
     height: 100vh;
     overflow-y: scroll;
     padding-top: 20px;
   }
   .vl{
     display: none;
   }
   .signin_img img{
    width: 100%;
  }
  .SignIn_wrapper .col{
    width: 100%;
    margin: unset;
    padding: unset;
    padding-left: 7px;
  }
  .signbtn{
    width: fit-content !important;
  }
 }
@media only screen and (min-device-width: 320px)
 and (max-device-width: 640px) and (orientation : portrait){
  .signin_input_wrapper{
    width: 100%;
    padding: 10px;
    margin: unset;
  }
  .signin_img img{
    width: 100%;
    max-width: fit-content;
    display: block;
    margin: auto;
  }
 }
@media only screen and (min-device-width: 360px)
 and (max-device-width: 640px) and (orientation : portrait){
  .signin_img{
    width: 100%;
    display: block;
    margin: auto;
    padding: unset;
}
.SignIn_wrapper .vl{
    display: none;
}
.SignIn_wrapper{
  width: 100%;
  overflow-x:hidden;
  padding: unset;
  padding-top: 20px;
}
.signin_input_wrapper{
  width: 100%;
  padding: 10px;
  margin: unset;
}
.signin_img img{
  width: 100%;
}
.signin_input_wrapper p{
  width: 95% !important;
}
 }
 @media only screen and (min-device-width: 640px)
 and (max-device-width: 768px) and (orientation : portrait){
  .signin_input_wrapper{
    /* width: 100%; */
    padding: 10px;
    margin: unset;
  }
  .signin_img img{
    width: 100%;
  }
 }
 @media only screen and (min-device-width: 768px)
 and (max-device-width: 1024px) and (orientation : portrait){
.signin_input_wrapper{
  /* padding: 0px; */
}
 }
