body {
    margin: 0;
    padding: 0;
    font-family: Quicksand,Trebuchet MS, Helvetica, Arial, sans-serif !important;
    min-width: 360px;
    font-size: 1.0em !important;
}

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

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

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

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

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

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

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

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

.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;
    cursor: pointer;
}

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;  
}

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_title {      
    text-align: center;
    font-size: 18px;
    position: relative;
    top: 87px;
}

.text_error {
    position: relative;
    top: 140px;
    left: 54px;
    font-size: 0.8em;
    color: #FF0000;
}



@media only screen and (min-width: 1001px)  {
    .left_content{
        background-color: #FFFFFF;
        float: left;
        width: 45%;
        max-width: 600px;
        height: 100vh;       
        background-image: url("/javax.faces.resource/img/rejestracja.png.xhtml") !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;
    }

    .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%);
    }

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

    .text_signup {
        position: relative;
        top: 270px;      
    }  

    .text_i_forgo_my_password {
        position: relative;
        top : 240px;
    }

}


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

    .text_i_forgo_my_password {
        position: relative;
        top : 240px;
    }

    .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_logo{       
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        width: 100%;
        position: relative;
        top: 50px;
    }

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

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

}

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


    .text_logo_desktop {
        display: none;
    }

    .main_mobile_content {        
        width: 360px;
        margin: auto;
        border: none;
    }
}