* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}
.hero{
    height: 100%;
    width: 100%;
    /* background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)); */
    background-position: center;
    background-color: cover;
    position: absolute;
}
.top-content{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    text-align: center;
}
.form-box{
    width: 380px;
    height: 425px;
    position: relative;
    margin: 6% auto;
    background: #fff;
    padding: 25px;
    overflow: hidden;
    border:1px solid #ddd;
    box-shadow: 0px 3px 2px 0px #5473fe;
}
.button-box{
    width: 250px;
    margin: 22px auto;
    position: relative;
    /*box-shadow: 0 0 20px 9px #ff61241f;*/
    border-radius: 30px;
}
.toggle-btn{
    cursor: pointer;
    background: none !important;
    border: none !important;
    outline: none;
    position: relative;
}

#btn{
    width: 110px;
    height: 100%;
    background: linear-gradient(to right,#ff105f,#ffad06);
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
}
.social-icons{
    margin: 30px auto;
    text-align: center;
}
.social-icons img{
    width: 50px;
    margin: 0 12px;
    cursor: pointer;
    box-shadow: 0 0 20px 0 #7f7f7f3d;
    border-radius: 50%;
}
.input-group{
    top: 180px;
    position: absolute;
    width: 280px;
    transition: 0.5s;
}
.input-field{
    width: 100%;
    padding: 10px 12px;
    margin: 5px 0;
    border: 1px solid #ccc;
    outline: none;
    background: transparent;
    border-radius:4px;
}
.submit-btn{
    width: 85%;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    margin: auto;
    background: rgb(84, 115, 254);
    color:#fff;
    border: 0;
    outline: none;
    border-radius: 4px;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    padding-top: .625rem;
    padding-bottom: .625rem;
    margin-top:30px;
}
.check-box{
    margin: 30px 10px 30px 0;
}
span{
    color: #777;
    font-size: 12px;
    bottom: 68px;
    position: absolute;
}
#loginwithotp{
    left: 50px;
    margin-top:25px;
}
#login{
    left: 450px;
}
.linkbtn{
    color: #5271ff;
    display: contents;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
}
.loading-buttons {
  display: inline-flex;
  flex-direction: column;
  margin-top: 1em;
  
  button {
    border-color: darken(green, 10%);
    background: #5271ff;
    margin: 3.25em 1em;
    
    &:active,
    &:focus,
    &:hover, 
    &.disabled {
      background: darken(#5271ff, 10%) !important;
      border-color: darken(#5271ff, 10%);   
    }
    
    i.fa-file-word {
      padding-right: .5em;
    }
  }
.error, .error1{
    color: red;
    position: static;
    font-weight: bold;
    font-size: 10px;
    margin-top: -4px;
}
.err_msg{
    color: red;
    font-weight: bold;
    font-size: 10px;
    margin-top: -4px;
    text-align: center;
    margin-top: -35px;
}