
body {
  
    position: relative;
  background: url('/NewDashboard/assets/images/songlobal-form.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: left center;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
body::after{
position: fixed;
content: '';
left: 0;
top: 0;
background-color: #000;
width: 100%;
min-height: 100vh;
opacity: 0.3;
}

.form-control:focus {
    color: #fff;
    border: 1px solid #7a7a7a;
    box-shadow: inset 8px 8px 8px #cbced10a, inset -8px -8px 8px #ffffff33;
}
a{
    color: #05a859;
}
a:hover {
    color: #05a859;
    text-decoration: underline;
}
button.btn.from-right {
    background: linear-gradient(45deg, #FF512F, #F09819);
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}

.card {
    background-color: #252525 !important;
    border-radius: 5px;
    padding: 15px;
    box-shadow: none;
    margin: 0;
    z-index: 999;
    margin-top: 65px;
}
.card-body {
    display: flex ;
    flex-direction: column ;
    justify-content: center ;
    width: 100% ;
}

.typing h1 {
    color: #fff;
    text-transform: uppercase;
}
p.add-p {
    color: #ffff;
    font-size: 16px;
}
.text-left h5 {
    color: #2f0559 !important;
}
.form-group.has-feedback {
    text-align: center;
}
.form-logo {
    text-align: center;
}
.form-logo img{
    
    width: 150px;
    
}

.sub_title h6 {
    font-size: 22px;
    color: #fff;
    margin: 15px 0;
    font-weight: 600;
    position: relative;
}
.sub_title h6::after{
    content: '';
    position: absolute;
    left: 0;
    top: 32px;
    background-color: #fff;
    width: 67px;
    height: 3px;
    border-radius: 50px;
}
h6.sign_in::after {
    width: 60px;
}
h6.forgot::after {
    width:155px;
}
.sub_title p {
    font-size: 14px;
    font-weight: 300;
    color: fff;
    margin:15px 0;
}




body .tgreen {
    color:  #05a859!important;
}

.form-wrap.eyeswork {
    position: relative;
}
.form-wrap.eyeswork span img {
    position: absolute;
    max-width: 22px;
    right: 15px;
    top: 15px;
}
.form-control.mt-3.mycheck {
    display: flex;
}
.form-control {
    display: block;
    width: 100%;
    padding: 5px 12px;
    line-height: normal;
    font-size: 13px !important;
    border-radius: 50px !important;
    color: #fff;
    border: 1px solid #7a7a7a;
    display: block;
    background: #ffffff00 !important;
    transition: all .3s linear;
    box-shadow: inset 8px 8px 8px #cbced10a, inset -8px -8px 8px #ffffff33;
    height: 50px;
    padding-left: 25px;
}

.form-control::placeholder {
    color: #fff !important;
}




.button-three:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}


.eye-btn {
    position: absolute;
    top: 17px;
    right: 10px;
    font-size: 17px;
    cursor: pointer;
  }
  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
  /*  */
  
  .button-pulse {
    animation: pulse 1.3s infinite 1s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 white;
    font-size: 18px;
    width: 100%;
    background: #b6b6b6 !important;
    border: 1px solid #b6b6b6;
    color: #191919 !important;
    border-radius: 50px;
    padding: 10px 14px;
    margin-top: 20px;
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
   }
}
@media (max-width:767px) {
    body {
        background: #e9012b !important;
    }
    .form-logo img {
        width: 200px;
    }
.card-body{
    padding: 0;
}
}