@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: Quicksand;
    min-width: 360px;
    font-size: 1.0em;
}

.text_logo {
    color: #FF6600;
    opacity: 1;
}

.hide_content {
    display: none !important;
}

a {
    color: #FF6600;
    text-decoration: none;     
}

a:visited {
    color: #FF6600;
    text-decoration: none;
}

.text_singin {
    color: #FF6600;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.button_next{
    color: #FFFFFF;
    background-color: #FF6600;
    border-radius: 10px;
    width: 70%;
    height: 40px;
    font-size: 16px;
    margin: auto;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.button_role {
    width: 70%;
    min-width: 120px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    box-shadow: 0px 0px 6px #707070;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    margin: auto;
    font-size: 14px;
}

.button_role_error {
    box-shadow: none;
    border: solid #FF0000 2px;
}

.button_role:hover {
    background-color: #FF6600;
    color: #FFFFFF;
    box-shadow: none;
}

.button_role_selected {
    background-color: #FF6600;
    color: #FFFFFF;
    box-shadow: none;
}

.text_error_show {
    display: block !important;
}

.text_error {
    color: #FF0000;
    font-size: 11px;
    margin: auto;
}

.button_registaration {
    background-color: #000000;
    border-radius: 10px;
    height: 30px;
    width: 90%;
    margin: auto;
}

.img_button_registaration {
    padding-top: 3px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

hr {       
    background-color: #cccccc;
    overflow: visible;
    text-align: center;
    height: 1px;
    width: 80%;
    position: relative;
    top: 125px;
}

hr:after {
    background: #fff;
    content: '\00a0\00a0\00a0\00a0 lub \00a0\00a0\00a0\00a0';
    padding: 0 4px;
    position: relative;
    top: -13px;
}

.text_create_account {
    text-align: center;
    font-size: 18px;
    position: relative;
    top: 140px;
}

input[type=checkbox] {
    transform: scale(1.5);
    background: #FF6600;  
    padding-left: 10px;
}

.input_login {
    position: relative;
    top: 165px;
}

.input_password {
    position: relative;
    top: 185px;
}

.input {      
    width: 74%;       
    margin-left: 12%;
    margin-right: 12%;
    height: 45px;
    border-radius: 10px;
    border: solid 1px #cccccc;
    padding-left: 10px;  
}

input[type=text] {
    margin-left: 12%;
    margin-right: 12%;
    padding-left: 10px;  
}

input[type=password] {
    margin-left: 12%;
    margin-right: 12%;
    padding-left: 10px;  
}


.button_registration_system {
    position: relative;
    top: 217px;
    background-color: #ff6600;
    width: 74%;
    margin-left: 12%;
    margin-right: 12%;
    height: 40px;
    text-align: center;
    line-height: 37px;
    border-radius: 10px;
    color: #FFFFFF;
    padding-left: 10px;
    font-size: 16px;
}

.table_registration {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
}

.img_arrow {
    position: absolute;
    left: 9%;
}

.text_error_password {
    width: 80%!important;
    margin-left: 10%!important;
    margin-right: 10%!important;
    position: relative;
    top: 188px;
    font-size: 13px!important;
}

.text_error_login {
    width: 80%!important;
    margin-left: 10%!important;
    margin-right: 10%!important;
    position: relative;
    top: 170px;
    font-size: 13px!important;
}

.ui-messages-error, .ui-message-error {
    background-color: #FFFFFF !important;
    border: none !important;
}

.ui-message-error-icon{
    display: none !important;
}

.text_error_email_exist {
    position: relative;
    top: 113px;
    left: 39px;
    display: none;
}

.main_mobile_content{
    border:none !important;;
    position:absolute !important;;
    left:55% !important;;
}
.registration_success_content{
    margin-top:200px;
    display:flex;
    flex-direction: column;
    align-items: left;
}

.text_title{
    font-size:22px;
    font-weight:600;    
    margin-bottom:30px;
}

.text_description{
    font-size:16px;
    width: 511px;
    height: 44px;
    margin-bottom:px;
}

.login_ref{
    background-color:#FF6600;
    width: 120px;
    height: 30px;
    margin-top:22px;
    font-size: 12px !important;
    box-shadow: 0px 0px 6px #00000028;
    border-radius: 4px;
    opacity: 1;
    line-height:28px;
    text-align: center;
}

.login_ref a{
    font-size:14px;
    color:white;
    font-weight:500;
}

@media only screen and (min-width: 1001px)  {
    .left_content{
        float: left;
        width: 45%;
        max-width: 600px;
        height: 100vh;
        background-color: #E8E8E8 !important;
        background-repeat: no-repeat;
        background-size: contain;  
    }

    .text_logo {
        display: none;
    }

    .text_logo_desktop {
        display: block;
        position: absolute;
        top: 120px;
        left: 140px;
        font-size: 25px;
        font-family:Quicksand, Arial, sans-serif;
    }

    .text_choose_account {      
        text-align: center;
        font-size: 18px;
        position: relative;
        top: 87px;
    }

    .main_mobile_content {
        max-width: 420px;     
        width: 80%;
        border: solid 1px #cccccc;
        border-radius: 10px;
        margin: 0;
        height: 630px;

        position: absolute;
        top: 55%;
        left: 68%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .text_singin {
        position: relative;
        top: 260px;      
    }

    .text_alredy_have_account {
        position: relative;
        top: 240px;
        text-align: center;
    }   

    .box_button_role {
        position: relative;
        top: 115px;
        height: 50px;
    }

    .checkbox_accept {      
        font-size: 14px;
    }

    .checkbox_acceptance_regulations {
        position: relative;
        top: 150px; 
        margin-left: 3%;
        margin-right: 5%;
        width: 90%;
    }

    .text_error_regulations {
        position: relative;
        text-align: right;
        margin-right: 84px;
        top: 154px;
        display: none;
    }

    .checkbox_marketing_acceptance {      
        position: relative;
        top: 160px;
        margin-left: 3%;
        margin-right: 5%;
        width: 90%;
    }

    .checkbox_newsletter_acceptance {
        position: relative;
        top: 170px;      
        margin-left: 3%;
        margin-right: 5%;
        width: 90%;
    }

    .box_button_next {
        position: relative;
        top: 205px;
        text-align: center;
    }

    .text_error_role {
        position: relative;
        top: 130px;
        margin-right: 16%;
        display: none;
        text-align: right;
    }

    .text_choose_account {      
        text-align: center;
        font-size: 18px;
        position: relative;
        top: 87px;
    }
}

@media only screen and (max-width: 1000px)  {

    .main_mobile_content {
        max-width: 420px;     
        width: 90%;
        border: solid 1px #cccccc;
        border-radius: 10px;
        margin: 0;
        height: 630px;

        position: absolute;
        top: 44%;
        left: 48%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .left_content{
        display: none;
    }

    .text_singin_position{
        position: relative;
        top: 260px;
    }

    .text_logo{       
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        width: 100%;
        position: relative;
        top: 50px;
    }

    .text_choose_account {      
        text-align: center;
        font-size: 18px;
        position: relative;
        top: 87px;
    }

    .box_button_role {
        position: relative;
        top: 115px;
        height: 50px;
    }

    .text_error_role {
        position: relative;
        top: 130px;
        margin-right: 16%;
        display: none;
        text-align: right;
    }

    .text_error_regulations {
        position: relative;
        text-align: right;
        margin-right: 84px;
        top: 154px;
        display: none;
    }

    .checkbox_accept {
        margin-left: 32px;
        margin-right: 32px;
        font-size: 13px;
    }

    .checkbox_acceptance_regulations {
        position: relative;
        top: 150px;       
    }

    .checkbox_marketing_acceptance {      
        position: relative;
        top: 160px;
    }

    .checkbox_newsletter_acceptance {
        position: relative;
        top: 170px;       
    }

    .box_button_next {
        position: relative;
        top: 205px;
        text-align: center;
    }

    .text_alredy_have_account {
        position: relative;
        top: 240px;
        text-align: center;
    }

    .show_content {
        display: block !important;
    }

    .text_create_account {
        text-align: center;
        font-size: 18px;
        position: relative;
        top: 140px;
    }
}

@media only screen and (max-width: 360px)  {
    .main_mobile_content {        
        width: 360px;
        margin: auto;
        border: none;
    }

    .checkbox_accept {
        margin-left: 10px;
        margin-right: 5px;
        font-size: 13px;
    }

    .text_error_regulations{
        margin-right: 0px;
    }

    .text_error_role {
        margin-right: 0px;
    }

    .text_logo_desktop {
        display: none;
    }
}


