@import url('https://fonts.googleapis.com/css2?family=Helvetica:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); 

body {
font-family: 'Helvetica', sans-serif;
}

.jumbotron, .container .jumbotron {
margin: 0;
padding: 30px;
}

.jumbotron {
border-radius: 0;
background-color: #eee;
}

#step1 .form-group {
margin-bottom: 5px;
}

.container {
width: 100% !important;
padding:0;
margin-right: auto;
margin-left: auto;
}

#step2 p {
margin-bottom: 20px !important;
}

.alert {
border-radius: 0rem;
}

.btn-primary {
color: #fff;
background-color: #0089B6;
border-color: #0089B6;
}

.btn-primary:hover {
background-color: #007BA4;
border-color: #007BA4;
}

#step1 .btn-primary {
width: 200px;
}

.label_email {
margin-bottom: 1.4rem;
}

#step1 .btn-primary {
margin-left: 20px;
}

.btn-group-lg > .btn, .btn-lg {
padding: .5rem 1rem .6rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0rem;
}

#email {
width: calc(100% - 220px);
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
border-radius: 0px;
}

.form-control {
border: 1px solid #d2d7dc;
}

.form-control {
padding: .5rem 1rem;
border-radius: 0;
}

.form-horizontal label, .form-horizontal legend {
font-weight: 500;
}

.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 14px;
}

.select2-container .select2-selection--single {
height: 44px !important;
}

.select2-container--default .select2-selection--single {
border-radius: 0px;
}

.select2-selection__rendered {
line-height: 42px !important;
}

.select2-selection__arrow {
height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
right: 5px;
}

.custom-select {
border: 0;
border-radius: 0;
}

.custom-control-indicator {
background-color: #fff;
margin-top: 0;
}

.custom-control-indicator {
background-color: #fff;
margin-top: 0;
border: 1px solid #d7dce0;
}

.custom-control-input:checked ~ .custom-control-indicator {
color: #fff;
background-color: #00a688;
border: 0 !important;
}

.custom-checkbox .custom-control-indicator {
border-radius: 0;
}

.col-1 {
-ms-flex: 0 0 3%;
flex: 0 0 3%;
max-width: 3%;
}

a {
    color: #00a688 !important;
}

@media (min-width:992px) {
.container {max-width: 100% !important;}
}

@media screen and (max-width:500px){
.container {padding-right: 0;padding-left: 0;}
.jumbotron, .container .jumbotron {padding: 20px;}
#email {width: 100%;margin-bottom: 15px !important;}
.btn-primary {margin: 0px !important; width: 100% !important;}
.btn-group-lg > .btn, .btn-lg {width: 100%;}
.h4, h4 {font-size: 1rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-weight: 600;}
#step3 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-weight: 500;}
#step3 .h5, h5 {font-size: 1.1rem;}
.form-group {margin-bottom: 1.2rem;}
#step2 .btn-group-lg > .btn, .btn-lg {padding: .5rem 1rem .6rem;font-size: 1rem;line-height: 1.5;border-radius: 0px;text-align: center;}
}