﻿.container_registerform {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80%;
}

.container_registerform__formpassword, .container_registerform__formdarkopen-formname, .container_registerform__formdarkopen-formsurname, .container_registerform__formdarkopen-formmail {
    width: 100%;
}

#vUserPass {
    color: #434343;
}

input[type=text]:focus, input[type=password]:focus {
    border: solid #363839 0.8px;
    outline: none;
}

input:-webkit-autofill, .read-only {
    -webkit-box-shadow: inset 0 0 0 50px #E1E8F6 !important;
    -webkit-text-fill-color: #000000 !important;
    padding-left: 4px;
    color: #0B1D27 !important;
}

.container_registerform__form {
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    width: 705px;
    background-color: #ffffff;
    border-radius: 25px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 3rem 2rem;
}

.container_registerform__form1, .container_registerform__form2 {
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    position: relative;
}

#container_registerform__formwrap, .container_registerform__formwrap {
    width: 300px;
}

.RadAutoCompleteBox_Default .racTokenList {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #999999 !important;
    height: 32px;
    width: 274px !important;
    margin-left: 2px;
}

#container_registerform__formwrap .RadAutoCompleteBox .racInput {
    height: 40px !important;
    font-family: 'taviraj-regular';
    font-size: 1rem;
}

.racTextToken {
    font-size: 1rem;
    font-family: 'taviraj-regular';
}

.RadAutoCompleteBoxPopup, .RadAutoCompleteBoxPopup .racList {
    width: 300px !important;
}

.racList .racItem {
    font-size: 0.8rem;
    font-family: 'taviraj-regular';
}

.container_registerform__formtitle {
    color: #212529;
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 0;
    padding-top: 10px;
}

.container_registerform__formlistname, .container_registerform__formloginlink {
    font-family: 'ibmplexsans-light';
    color: #000000;
    font-size: 0.6rem;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.container_registerform__formopen-name,
.container_registerform__formopen-surname,
.container_registerform__formopen-mail,
container_registerform__mail,
container_registerform__password,
.container_registerform__mail,
.container_registerform__password,
.container_registerform__formname {
    font-family: 'ibmplexsans-light';
    color: #808080;
    font-size: 0.6rem;
    margin: 0;
}

.container_registerform__formloginlink {
    padding-bottom: 1.3rem;
}

.container_registerform__formlistinput {
    color: #434343;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 2px;
    font-weight: bold;
}

.container_registerform__forminput input {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #999999 !important;
    height: 32px;
    width: 100%;
    font-family: 'taviraj-regular';
    font-size: 1rem;
}

#container_registerform__formwrap input {
    width: 100% !important;
    border: none;
}

.container_registerform__formbtn {
    width: 300px;
    background-color: #0B1D27;
    font-size: 0.8rem;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    height: 36px;
    margin-top: 2px;
    margin-bottom: 0.3rem;
    border-radius: 6px;
    cursor: pointer;
}

    .container_registerform__formbtn:hover {
        background-color: #142a33;
        transition: .2s ease-in-out;
    }

.auto-style2 {
    font-size: 0.75rem;
    padding-bottom: 4px;
    color: #ea0800;
}

.container_registerform__formopen {
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
}

.container_registerform__formopen-text {
    font-family: 'taviraj-regular';
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 8px;
    text-align: justify;
}

.container_registerform__formremembercheckbox, .container_registerform__form-checkbox {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.c_mt {
    margin-top: -8rem;
}

.container_registerform__rememberpassword {
    font-family: 'ibmplexsans-light';
    color: #000000;
    font-size: 0.6rem;
}

.container_registerform__formopen-name, .container_registerform__formopen-surname, .container_registerform__formopen-mail {
    font-size: 0.6rem;
    color: #434343;
    margin: 2px;
}

.container_registerform__formerror {
    position: absolute;
    box-sizing: border-box;
    top: 45%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    opacity: 0.9;
    font-family: 'taviraj-regular';
    color: #CC2229;
    font-size: 1rem;
    padding: 22px;
    text-align: center;
    border-radius: 4px;
    margin-right: 0;
    margin: 0;
}

.display-none {
    display: none;
}

@media(max-width: 1360px) {

    .c_mt {
        margin-top: 1rem !important;
    }

    .container_header__logokonf {
        height: 140px;
    }

    .container_header__logo {
        height: 100px;
    }
}

@media(max-width: 1600px) {
    .container_registerform__form {
        width: 700px !important;
        padding: 2.5rem 3rem !important;
    }

    .accordion-body p, .container_registerform__form-checkbox, .register_form_border .d-flex.flex-row.ptb1 {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }

    .container_registerform__forminput input {
        height: 36px !important;
    }

    .generator_style.pl04.mt_-4 {
        margin-top: -1px;
    }

    .checkerror  {
        margin-top: 33px;
    }

    .container_registerform__texttxt {
        margin-top: 0;
        font-size: 1.3rem;
        line-height: 1.5rem;
        padding: 0 3rem;
    }

    p.container_registerform__formtitle {
        font-size: 1.1rem;
    }

    .container_registerform__form-space .container_registerform__forminput input {
        height: 30px !important;
        font-size: 0.95rem;
    }

    .container_registerform__textdata.pt1.pb1 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .container_registerform__formname p.container_registerform__formname {
        font-size: 0.6rem;
        height: 18px;
    }

    .accordion-body {
        padding-top: 0.5rem !important;
    }

    .c_mt  {
        margin-top: -10rem;
    }

    .container_registerform__align-right div span {
        font-size: 0.9rem;
    }
}

@media(min-width: 1920px) {
    .container_registerform__form {
        width: 806px;
        padding: 2.5rem 3rem;
    }

    .container_registerform__formlistname,
    .container_registerform__formloginlink,
    .container_registerform__formopen-name,
    .container_registerform__formopen-surname,
    .container_registerform__formopen-mail,
    container_registerform__mail,
    container_registerform__password,
    .container_registerform__mail,
    .container_registerform__password,
    .container_registerform__rememberpassword,
    .container_registerform__formname {
        font-size: 0.75rem;
    }

    .container_registerform__forminput input {
        font-size: 1rem;
    }

    .container_registerform__formloginlink {
        padding-bottom: 2.35rem;
    }

    #container_registerform__formwrap, .container_registerform__formwrap {
        width: 540px;
    }

    .container_registerform__formbtn {
        width: 480px;
        height: 50px;
        font-size: 1.1rem;
        margin-top: 15px;
        margin-bottom: 0.55rem;
    }

    .RadAutoCompleteBox_Default .racTokenList {
        width: 480px !important;
        height: 58px;
        margin-left: 14px;
    }

    #container_registerform__formwrap .RadAutoCompleteBox .racInput {
        height: 72px !important;
        font-size: 1.2rem;
    }

    .racTextToken {
        font-size: 1.2rem;
    }

    .racList .racItem {
        font-size: 1.2rem;
    }

    .RadAutoCompleteBoxPopup, .RadAutoCompleteBoxPopup .racList {
        width: 540px !important;
    }

    .container_registerform__formopen-text {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .container_registerform__form-importanttxt,
    .container_registerform__form-txt,
    .container_registerform__form-content p,
    .container_registerform__info-confirmed-title,
    .register_form_border .d-flex.flex-row.ptb1,
    .container_registerform__form-checkbox label {
        font-size: 0.9rem;
    }

    .generator_style {
        font-size: 1.2rem;
    }
}


@media(min-width: 2500px) {
    .container_registerform__form {
        width: 806px;
        padding: 3.5rem 3.5rem;
    }

    .container_registerform__formlistname,
    .container_registerform__formloginlink,
    .container_registerform__formopen-name,
    .container_registerform__formopen-surname,
    .container_registerform__formopen-mail,
    container_registerform__mail,
    container_registerform__password,
    .container_registerform__mail,
    .container_registerform__password,
    .container_registerform__rememberpassword,
    .container_registerform__formname,
    .container_registerform__form-CVR {
        font-size: 0.8rem;
    }

    .container_registerform__forminput input {
        font-size: 1.2rem;
    }

    .container_registerform__formloginlink {
        padding-bottom: 2.35rem;
    }

    #container_registerform__formwrap, .container_registerform__formwrap {
        width: 540px;
    }

    .container_registerform__formbtn {
        width: 540px;
        height: 50px;
        font-size: 1.1rem;
        margin-top: 4px;
        margin-bottom: 0.55rem;
    }

    .RadAutoCompleteBox_Default .racTokenList {
        width: 490px !important;
        height: 58px;
        margin-left: 14px;
    }

    #container_registerform__formwrap .RadAutoCompleteBox .racInput {
        height: 72px !important;
        font-size: 1.2rem;
    }

    .racTextToken {
        font-size: 1.2rem;
    }

    .racList .racItem {
        font-size: 1.2rem;
    }

    .RadAutoCompleteBoxPopup, .RadAutoCompleteBoxPopup .racList {
        width: 540px !important;
    }

    .container_registerform__formopen-text {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}
