body {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    background: #FFFFFF;
}

/* General container styles */
.header,
.sub_header,
.form_wrapper,
.info_wrapper {
    width: 100%;
}

.header {
    height: 180px;
}

.sub_header {
    height: 70px;
    background: #526d7a;
}

.grey-bg {
    background: #F6F6F6;
}

.intro-message{
    max-width: 1200px;
}

.content {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}

.left_content {
    display: inline-block;
    text-align: center;
    width: 19%;
}

.main_content {
    display: inline-block;
    margin-bottom: 50px;
}


/* Header styles */
.header .content {
    padding: 25px 0px;
}

.header .main_content {
    vertical-align: top;
    line-height: 100px;
}

.container-tig{
    max-width:1230px!important;
}

.logo {
    width: 250px;
}

.header_title {
    display: inline-block;
    font-size: 45px;
    width: calc(100% - 210px);
}


.license_icon {
    width: 200px;
}

.navbar {
    background-color: #F2F2F2!important;
}

/* Subheader styles */
.sub_header .content {
    padding: 25px 0px;
}

.sub_title {
    display: inline-block;
    color: #fff;
    float: left;
}

.sub_title_register {
    display: inline-block;
    color: #0aadff;
    float: right;
}

p{
    margin-bottom:0px!important;

}

.tiger-input-group{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0px;
}

    .tiger-input-group > .form-group {
        width: 45%;
        
    }

    .tiger-input-group > .form-group:first-child {
        margin-right: 20px;
    }

.text-danger {
    max-width: fit-content;
    white-space: pre-line;
    overflow-wrap: break-word;
    overflow:hidden;
    inline-size: 450px;
    margin-top: 10px;
    line-height: 1.3rem;
}

.alert-danger {
    display: flex;
    margin: 0px 0px 0px 0px;
    margin-bottom: 20px;
}

.alert-icon {
    margin-bottom: 3px;
    margin-right: 5px;
}
/* Form styles */
.form_wrapper .content {
    padding: 10px 0px 40px;
}

.form_wrapper .form_container {
    margin-top: 40px;
    border: 2px solid #F3F3F3;
    border-radius: 5px;
    padding: 40px;
    background: #fff;
}

.form_wrapper .form_container .form,
.form_wrapper .form_container .form_icon {
    padding: 0px 0px 0px 25px;
}

.form_wrapper .form_container .form {
    
}

.form_wrapper .form_container .form_icon {
    width: 110px;
    vertical-align: top;
}

.form_row {
    padding: 5px 20px 5px 0px;
    line-height: 60px;
}

.form_label {
    display: inline-block;
}

.form-group {
    display: flex!important;
    flex-direction: column;
}

.form_input {
    border: 1px solid #aaa;
    border-radius: 10px;
    font-size: 16px;
    padding: 5px;
    width: 90%;
    box-sizing: content-box;
    text-indent: 5px;
    outline: none;
    height: 25px;
}

.tiger-input-group form-group:first-child {
    margin-right: 20px;
}

select.form_input {
    text-indent: 0px;
}

input.form_input:read-only {
    background: #eee;
    border: 1px solid #eee;
    outline: none;
    color: black;
}

.tiger-btn-group{
    display: flex;
    flex-direction: row;
    justify-content:center;
    margin-bottom: 0px;
}

.tiger-btn-placement {
    margin-right: 50px;
}

.tiger-btn-placement-link {
   margin-top: 20px;
   margin-right: 50px;
}

.primary-tiger-button {
    margin-top: 15px;
    background-color: #FF9933;
    color: white;
    border-radius: 25px;
    font-weight: 700;
    padding: 5px 30px;
}

    .primary-tiger-button:hover {
        background-color: #FF8912;
        color: white;
    }

.primary-tiger-cancel-button {
    margin-top: 15px;
    background-color: white;
    color: black;
    border: 2px solid black;
    border-radius: 25px;
    border-color: black;
    font-weight: 700;
    padding: 5px 30px;
    margin-left: 66px;
}

    .primary-tiger-cancel-button:hover {
        background-color: dimgrey;
        color: white;
    }

.tiger-btn-placement-alt {
    display: flex;
    justify-content: center;
}

.link-forgot-pass {
  
}

.thank_you_container {
    margin-top: 40px;
    border: 2px solid #F3F3F3;
    border-radius: 5px;
    padding: 40px;
    background: #fff;
}

.thank_you_article{
    text-align:center;
}

.thank_you_article_text {
    margin: 9px 80px 8px 100px;
}

.requered_info{
    margin-bottom: 40px;
    margin-left:60px;
}

.thank-you-massage {
    background: white;
    border-radius: 20px;
    padding: 25px 45px;
    color: black;
    margin-left: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.thank-box h4{
    margin-top:25px;
    margin-bottom:20px;
    font-weight:bold;

}

.thank-you-icon {
    margin-bottom: 15px;
}

.error_icon {
    margin-bottom: 15px;
}

.intro-thank-message {
    text-align: center;
    margin-top: 30px;
    
    font-weight: bold;
}

.error_container {
    margin-top: 40px;
    border: 2px solid #F3F3F3;
    border-radius: 5px;
    padding: 40px;
    background: #fff;
    width: 1024px;
}

.error_article {
    text-align: center;
}

.error_article_text {
    margin: 9px 80px 8px 100px;
}

.button_row {
    padding: 5px 20px 5px 0px;
    line-height: 60px;
    text-align: left;
    width: 100%;
    position: relative;
    left: 30%;
}

.button_row button {
    text-align: center;
    padding: 10px 40px;
    font-size: 25px;
    border: 1px solid #0aadff;
    border-radius: 5px;
    color: #fff;
    background: #0aadff;
    cursor: pointer;
    outline: none;
}

.button_row button:hover {
    background: #3390bf;
}

.form_wrapper .form_text_button {
    text-align: center;
    margin-top: 25px;
}

/* Info styles */
.info_container {
    padding: 60px 0px;
    border-bottom: 1px solid #aaa;
    display: flex;
}

.info_icon {
    width: 80px;
    vertical-align: top;
    display: inline-block;
}

.info_title {
    color: #0aadff;
    font-weight: bold;
    margin-bottom: 30px;
}

.info_list ul {
    list-style: none;
    padding-left: 100px;
}

.info_list ul li::before {
    content: "\2022";
    color: #0aadff;
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    font-size: 60px;
    vertical-align: middle;
    line-height: 30px;
}

.footer {
    display: flex;
    padding: 30px 0px;
    justify-content: center;
    background: #F2F2F2;
}

.footer .content {
    padding: 65px 0px;
}

.footer .main_content {
    text-align: right;
}

.footer_text,
.footer_links {
    display: inline-block;
    vertical-align: middle;
}

.footer_text {
    color: #fff;
    margin-right: 25px;
}

.footer_icon {
    margin-left: 15px;
}

.footer-flex-con {
    display: flex;
    justify-content: space-between;
    max-width: 1216px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    align-items: flex-end;
    align-content: flex-end;
}

.footer-logo-con img{
    width: 69%;
}

.footer_icon a,
.footer_icon a:hover,
.footer_icon a:active,
.footer_icon a:visited {
    text-decoration: none;
}

/* MOBILE - tablet */
@media only screen and (max-width: 1520px) and (min-width: 1100px) {
    .button_row button {
        padding: 10px 18px;
    }
}

/* MOBILE - tablet */
@media only screen and (max-width: 1099px) and (min-width: 768px) {
    .logo {
        width: 160px;
        position: relative;
        top: 15px;
    }

    .header {
        height: 150px;
    }

    .header_title {
        font-size: 35px;
    }

    .license_icon {
        width: 150px;
    }

    .form_icon {
        width: 55px;
    }

    .form_icon img {
        width: 40px;
        float: right;
    }

    .form_label {
        font-size: 15px;
    }

    .form_input {
        width: 60%;
        font-size: 20px;
    }

    .button_row button {
        padding: 10px 20px;
        font-size: 20px;
    }

    .info_icon img {
        width: 60px;
    }

    .footer_icon {
        margin-left: 10px;
    }

    .footer_icon img {
        width: 50px;
    }
}
/*900px before*/
@media only screen and (max-width: 996px) {
    .form_wrapper .form_container .form_icon {
        display: none;
    }

    .form_wrapper .form_container .form_icon img {
        display: none;
    }

    .form_wrapper .form_container .form {
        width: 100%;
    }
}

/* MOBILE - phone */
@media only screen and (max-width: 767px) {
    .header {
        height: 150px;
    }

    .header .content {
        padding: 7px 0px;
    }

    .header .content .left_content {
        display: block;
        width: 100%;
        text-align: left;
    }

    .logo {
        width: 140px;
        position: relative;
        top: 15px;
    }

    .header_title {
        font-size: 25px;
        display: block;
        width: 95%;
        padding-left: 20px;
    }

    .license_icon {
        display: none;
    }

    .sub_header {
        height: 140px;
    }

    .sub_header .content {
        padding: 25px 0px 25px 20px;
    }

    .sub_header .left_content {
        display: none;
    }

    .sub_title,
    .sub_title_register {
        display: block;
        width: 100%;
        float: left;
    }

    .sub_title_register {
        margin-top: 20px;
    }


    .form_wrapper .left_content {
        display: none;
    }

    .form_wrapper .content {
        padding: 10px 0px 80px;
    }

    .form_wrapper .content .main_content {
        display: block;
        width: 87%;
        padding: 0px 10px;
    }

    .form_wrapper .content .main_content .form_text {
        padding-left: 10px;
        text-align: left;
    }

    .form_wrapper .form_container {
        width: 90%;
        margin: 20px auto 0px;
        padding: 5%;
    }

    .form_wrapper .form_container .form {
        width: 100%;
    }

    .form_wrapper .form_container .form_icon {
        display: none;
    }

    .form_icon img {
        display: none;
    }

    .form_row {
        padding: 20px 15px 0px 0px;
    }

    .form_label {
        display: block;
        width: 96%;
        line-height: 40px;
    }

    .form_input {
        display: block;
        width: 96%;
        font-size: 20px;
    }

    .button_row {
        padding: 25px 0px 10px 0px;
        left: 0px;
    }

    .button_row button {
        padding: 10px 10px;
        font-size: 18px;
    }

    .info_icon img {
        width: 45px;
    }

    .footer .content {
        padding: 50px 0px;
    }

    .footer .main_content {
        text-align: left;
    }

    .footer_text,
    .footer_links {
        display: block;
        vertical-align: middle;
    }

    .footer_text {
        margin-right: 10px;
        text-align: left;
    }

    .footer_links {
        margin-top: 10px;
    }

    .footer_icon {
        margin-left: 0px;
        margin-right: 10px
    }

    .footer_icon img {
        width: 50px;
    }
}


@media only screen and (max-width: 300px) {
    .header_title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 612px){
    .forgot-pass{
        display: inline-block;
        margin: 8px 10px!important;
    }
}

@media only screen and (min-width: 490px){
    
}
