@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,700,800,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #595959;
    background: #f8f9fa;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #353c48;
    margin: 0;
    font-weight: normal;
}
h1 {
    font-size: 40px;
    font-weight: 500;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none
}
p {
    line-height: 30px;
    color: #595959;
}

.register-container {
    padding: 30px;
    border-radius: .5em;
    margin-top: -180px;
}
.register-container h3 {
    font-size: 30px;
    text-align: center;
}
.register-container .form-group {
    margin-bottom: 15px;
}
.form-group {
    margin-bottom: 10px;
}
.form-group label {
    margin-bottom: 3px;
    font-size: 15px;
}
.form-group label.required:after {
    content: ' *';
    color: #ff0000;
}
label.error {
    color: #ff0000;
    font-size: 13px;
    margin: 3px 0 0;
}
.form-group .form-control {
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.copyright-text p {
    font-size: 14px;
    color: #90949c;
    margin-bottom: 0;
}
.copyright-text p a {
    color: #c8c8c8;
    font-weight: 500;
}

@media (max-width: 991px) {
    .contact-wrap {
        margin: 0;
    }
}
@media (max-width: 768px) {
    .register-container {
        margin: 0;
    }
    .error-img img {
        width: 100%;
    }
}
