﻿.container_registerform__form1-title, .container_registerform__form-title-txt {
    font-family: 'Taviraj-Medium', Tofu;
    font-weight: 500;
    width: 100%;
    align-self: flex-start;
    margin-bottom: 0.5em;
}

.container_registerform__form1-inform {
    font-family: 'taviraj-regular';
    width: 100%;
    align-self: flex-start;
    font-size: 0.8rem;
    color: #e5322c;
    margin: 0;
}

.container_registerform__form1-inform-i {
    font-family: 'taviraj-regular';
    width: 100%;
    align-self: flex-start;
    font-size: 1rem;
    padding-top: 0;
    color: #434343;
}

.container_registerform__form-space {
    position: relative;
    width: 100%;
    margin-top: 8px !important;
    text-align: left;
    margin: 0 auto;
    position: relative;
}

.container_registerform__form-CVR {
    font-family: 'ibmplexsans-light';
    font-size: 0.6rem;
    margin: 0;
    font-weight: 600;
    color: #0e71cd;
    cursor: pointer;
}
    
.container_registerform__form-CVR:hover {
    color: #0096ff;
    cursor: pointer;
}

.container_registerform__form-companynamechange {
    font-size: 0.8rem;
    color: #434343;
    margin-left: 100px;
}

textarea:focus {
    outline: none;
    color: #7d7d7d;
}

.container_registerform__forminput input {
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    border-radius: 2px;
    border: none;
    color: #616161;
    padding-left: 4px;
    box-sizing: border-box;
}

.container_registerform__form-CVRpopupwrap {
    display: none;
    align-content: center;
    justify-content: center;
    width: 600px;
    position: absolute;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.container_registerform__form-CVRpopup {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 600px;
    border-radius: 10px;
    border: solid 0.5px #DBDBDB;
    background-color: #ffffff;
    text-align: justify;
    margin-top: 20%;
}

.container_registerform__form-CVRpopupcontent {
    color: #212529;
    font-size: 0.8rem;
    width: 75%;
    margin: 0 auto;
    padding: 10%;
}

.container_registerform__form-CVRpopuptitle {
    font-family: 'Taviraj-Medium';
    font-weight: 500;
    font-size: 1rem;
    padding-bottom: 10px;
    margin: 0;
}

.container_registerform__form-CVRpopuptext {
    font-weight: 100;
}

.container_registerform__form-CVRpopupclose img {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 10px;
}

.container_registerform__form-CVRpopup:before, .container_registerform__form-CVRpopup:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #d5d5d5;
    -webkit-box-shadow: 0 15px 10px #939393;
    -moz-box-shadow: 0 15px 10px #939393;
    box-shadow: 0 15px 10px #939393;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.container_registerform__form-CVRpopup:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.container_registerform__tab {
    display: none;
}

@media(min-width: 1920px) {

    .container_registerform__texttxt {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .container_registerform__textdata {
        font-size: 1rem;
        padding: 0.2rem 0.2rem !important;
    }

    .container_registerform__forminput input {
        height: 30px;
    }

    .container_registerform__form {
        width: 700px !important;
        padding: 0.5rem 3rem !important;
    }

    .accordion-header .accordion-button {
        font-size: 0.95rem;
    }

    .accordion-header.pt2r {
        padding-top: 2rem;
    }
}

@media(min-width: 2500px) {
    .container_registerform__form-CVR {
        font-size: 0.8rem;
    }
}
