html {
height: 100%;
scroll-behavior: smooth;
}
html * {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
*,
:after,
:before {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
background-color: #fff;
color: #1B1918;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 400;
height: 100%;
min-height: 100%;
overflow-x: hidden;
}
p {
font-size: 16px;
font-weight: 300;
line-height: 28px;
}
p i {
font-style: italic;
}
strong {
font-weight: 600;
}
.container-main {
margin-bottom: 120px;
padding: 0 78px; 
}
.content {
padding: 2rem 0;
}
.brand {
height: 44px;
width: auto;
}
/* BTN */
a {
color: #009EE0;
}
a,
a:hover {
text-decoration: none;
}
button:focus {
border: 0;
outline: 0;
}
.btn {
color: #fff;
padding: 15px 20px;
border-radius: 24px;
background: #009EE0;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
vertical-align: baseline;
}
.btn:hover, a.btn:hover {
color: #fff;
background: #0077B5;
}
/* HEADINGS */
h1 {
font-size: 62px;
line-height: 130%;
letter-spacing: -3%;
text-align: center;
}
h2 {
font-size: 36px;
line-height: 160%;
}
h3 {
font-size: 20px;
font-weight: 400;
line-height: 160%;
}
h4 {
font-size: 18px;
line-height: 18px;
font-weight: 300;
letter-spacing: 3px;
}
h5 {
font-size: 16px;
font-weight: 600;
}
/* COLOR */
.blue {color: #009EE0;}
/* MAIN */
main, main .row {
height: 100%;
}
header.container-fluid {
padding: 10px 78px;
}
/* ASIDE */
aside {
background-image: url(../svg/register_aside.svg);
background-size: cover;
min-height: 100%;
position: relative;
}
/* BANNER */
.banner {
background: radial-gradient(404.21% 245.4% at 25.33% 50%, #f9fbfe 0%, #73CDF0 100%);
padding: 24px;
border-radius: 28px;
display: inline-flex;
max-width: 720px;
}
.banner img {
height: 36px;
width: 34px;
margin: 8px 0;
}
.banner p {
margin: 0 0 0 10px;
}
/* NAV */
nav {
background-color: #fff;
position: absolute;
bottom: 0;
width: 100%;
}
.progress-bar {
display: block;
height: 4px;
background: #D5ECF9;
}
.progress-bar span {
display: block;
border-radius: 0 5px 5px 0;
height: 4px;
background: #009EE0;
width: 20%;
z-index: 1;
}
.nav {
padding: 20px 78px;
display: flex;
align-items: center;
justify-content: space-between;
}
/* AVATAR */
.avatar {
display: block;
margin: 36px auto 24px;
}
/* FORM */
label {
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: -0.12px;
}
form {
margin-bottom: 72px;
}
.form-group {
margin-bottom: 1.7rem;
margin-top: 0.7rem;
}
.form-control {
border-color: #C7E6F7;
color: #009EE0;
height: 48px;
}
.form-control:focus {
background-color: #f0f0f0;
box-shadow: 0 0 0 0.1rem rgba(25, 91, 154, 0.25);
}
textarea.form-control {
height: 134px;
}
.validation {
color: #0077B5;
margin-top: 0.4rem;
}
/* WORK CARD */
.content-card {
border-radius: 12px;
border: 1px solid #C7E6F7;
font-size: 14px;
padding: 16px 12px;
gap: 10px;
display: grid;
margin: 12px auto;
}
.card-row {
display: flex;
justify-content: space-between;
}
.data {
margin-top: 36px;
}
/* MEDIA QUERIES */
@media screen and (max-width: 992px) {
h1 {font-size: 32px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 15px;}
p {font-size: 14px;line-height: 26px;}
.hide-mbl {display: none;}
.container-main {margin-bottom: 32px; min-height: 600px;}
nav {position: relative; width: auto;}
}
@media screen and (max-width: 670px) {
header.container-fluid,
.container-main,
.nav {
padding-left: 15px;
padding-right: 15px;
}
}
