body {
        position: relative;
        background: url('/uploads/register-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 80px 0 ;
        font-family: 'Roboto', sans-serif;
    }
/* 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;
}
.card {
    background: transparent;
    border-radius: 15px;
    padding: 30px;
    background-position: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
    border: 1px solid #3e4449 !important;
}

.create-acc p {
    color: #0596d0;
    text-shadow: 1px 1px 2px black;
}
.text-left h5 {
    color: #2f0559 !important;
}
.form-group.has-feedback {
    text-align: center;
}
.sub_title {
    text-align: center;
    /* border-bottom: 1px solid #015f8154; */
}
.sub_title img{
    
    height: 75px;
    width: auto;
    
}
 p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin:15px 0;
    text-align: start;
    text-shadow: 1px 1px 2px black;
}
body .tgreen {
    color: #0596d0!important;
}
h6.account1 {
    padding: 9px 0;
    border-radius: 4px;
    width: 100%;
    text-shadow: 1px 1px 2px black;
    font-weight: 600;
    margin: 20px auto;
    font-size: 32px;
    color: #0596d0;
    text-align: start;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    font-family: auto;
}
@keyframes animate{
    0%{
        transform: translateX(0px);
    }
    40%{
        transform: translateX(20px);
    }
    80%{
        transform: translateX(-20px);
    }
   
    100%{
        transform: translateX(0px);
    }
}

.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: 16px;
    height: 50px;
    font-size: 14px !important;
    border-radius: 4px !important;
    background-color: transparent;
    border: 0;
    color: #0596d0 !important;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    transition: all .3s linear;
    border: 1px solid #3e4449;
}
.form-control:focus {
    background-color: transparent;
    border-color: #3e4449;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);

}
a:hover {
    color: #0596d0;
}
.form-control::placeholder {
    color: #0596d0 !important;
}

@media (max-width:991px) {
    body {
        background-position: bottom;
    }
    .tab-row {
        display: flex;
        justify-content: center !important;
        align-items: center;
    }
}
@media (max-width:380px) {
    .card{
        padding:20px ;
    }
    .sub_title img {
        height: 50px;
    }
    
}
label.form-check-label a {
    color: #ffc49a!important;
}
.button-three {
    position: relative;
    background: linear-gradient(180deg, #0596d0 0%, #2672a3 100%);
    border: none;
    padding: 14px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    margin: 15px 0;
    color: #ffff;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 2px;
	font: 700 22px consolas;
	overflow: hidden;
}
.card-body {
    padding: 0;
}

.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;
  }
  


.add-color{
    color: #0596d0;
    text-shadow: 1px 1px 2px black;
}
.form-group {
    margin-bottom: 0;
}

.toggle {
    color: #0596d0;
}