html,
body {
    height: 100%;
    background: #E5E5E5;
    font-family: 'Roboto', "Helvetica Neue", Arial, sans-serif !important;
}

body {
    margin-top: 40px! important;
}

.static {
    /* background: white; */
    height: 100%;
}


/* CSS only for examples not required for centering */

.container {
    /* height: 100%;  */
    vertical-align: top;
    margin-left: auto !important;
    margin-right: auto !important;
    
}


.cookie-container {
    vertical-align: bottom !important;
    position: fixed;
    width: 100% !important;
    right: 0px;
    bottom: 0px !important;
    text-align: center;
    /* background-color: #12aeb8; */
}

.black_ul_link,
.black_ul_link:hover,
.black_ul_link:focus,
.black_ul_link:visited {
    text-decoration: underline;
    color: black;
}

.card {
    background: unset;
    border-radius: 14px;
    border-color: #12aeb8;
    border: 5px solid #12aeb8;
}
.card-header {
    background-color: unset;
    border: unset;
    padding: 1rem 1rem;
}

.header {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.link {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration-line: none;
    color: #00A4FF;
}

.need {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
}

label[for=username],
label[for=email] {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

input#username.form-control {
    /* border: 0.4px solid #000000; */
    box-sizing: border-box;
    border-radius: 3px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background: #E5E5E5;
}


/* Password */

label[for=password] {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

input#password.form-control {
    /*   border: 0.4px solid #000000; */
    box-sizing: border-box;
    border-radius: 3px;
    background: #E5E5E5;
    border-right: 0;
}

.input-group-addon {
    background: #E5E5E5;
    color: #595959;
}

.input-group-addon a {
    color: #595959;
}

.login input#login {
    background: #11A5AE;
    border-radius: 3px;
}

a#login.btn {
    background: #11A5AE !important;
    border-radius: 3px;
    font-size: 16px;
    width: -webkit-fill-available;
    color: white;
}

button#login,
button#continue,
button#signup,
button#resetpassword {
    background: #11A5AE;
    border-radius: 3px;
    font-size: 16px;
    width: -webkit-fill-available;
    color: white;
}


button#cookie {
    background: #11A5AE;
    border-radius: 3px;
    font-size: 12px;
    color: white;
}
button#cookie > a {
    text-decoration: none;
}
.footer {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #949494;
}

.forget {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: none;
    color: #00A4FF;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    text-align: center;
}

input#email.form-control {
    /* border: 0.4px solid #000000; */
    box-sizing: border-box;
    border-radius: 3px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background: #E5E5E5;
}

input#password-confirm.form-control {
    /* border: 0.4px solid #000000; */
    box-sizing: border-box;
    border-radius: 3px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    background: #E5E5E5;
}

input#first_name.form-control {
    /* border: 0.4px solid #000000; */
    box-sizing: border-box;
    border-radius: 3px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background: #E5E5E5;
}

input#last_name.form-control {
    /* border: 0.4px solid #000000; */
    box-sizing: border-box;
    border-radius: 3px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background: #E5E5E5;
}


label[for=captcha] {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

.form-group {
    text-align: start;
}