body {
    background: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

/* Main Page Styles */
.auth-bg {
    background: linear-gradient(#00b277b6, #00b277b6), url(../../images/copytrade-1.jpg) no-repeat center fixed;
    /* background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.8)), url(../img/ecwa-students.jpg) no-repeat center fixed; */
    min-height: 100vh;
    background-size: cover;
}

.auth-area {
    background: white;
    padding: 30px;
    margin: 100px 0px;
    border-radius: 5px;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.img-logo {
    width: 170px;
}

.text-green {
    color: #00b276;
}

.text-muli {
    font-family: 'Muli', sans-serif;
}

.register-form .input-group-text {
    background: #00b276;
    color: white;
    border-radius: 0px;
    border: 1px solid #00b276;
}

.register-form .form-control {
  border-radius: 0px;
  font-size: 14px;
  padding: 8px 15px;
}

.register-form .form-control:focus {
    /* color: #00b276; */
    color: gray;
    box-shadow: none;
    outline: none;
    border-color: #00b276;
}

.terms-link {
    color: #00b276;
    text-decoration: none;
}

.btn-primary {
    color: white;
    background: #00b276 !important;
    border: 1px solid #00b276 !important;
    border-radius: 0px !important;
}

.btn-primary:hover {
    opacity: 0.8;
}