body{
    background-image: url("img/background_image.jpg");
    background-attachment: fixed;
    background-size: 100% 100%;
    overflow: hidden;

}
.ln_rr{
    top: calc(50% - 112.5px);
    position:absolute;
    width: 26vw;
    min-width: 262px;
    height:225px;
    transition:1s;
    margin: auto;
    transform-style:preserve-3d;
    perspective: 700px;
    left: 0;
    right: 0;
    /* top: 0; */
    /* bottom: 0; */
    /* display: flex; */
}
.checkbox_akceptuje_regulamin {
    top: 0px;
    display: flex;
    float: left;
}
.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height:15px;
    left:7px;
    position: absolute;
    top: 0;
    display:flex;
    justify-content: center;
    align-items: center;
    width:15px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height:3px;
    opacity: 0;
    position: absolute;
    transform: rotate(-45deg);
    width:7px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}


input{
    transition: 0.5s;
}

.checkbox_container{

    margin: auto;
    left:0;
    right:0;
    width:170px;
    height: 20px;
    cursor: pointer;
    margin-top:5px;

}
.logowanie{
    position: absolute;
    width:100%;
    height:100%;
    backface-visibility:hidden;
    text-align: center;
    background:rgba(54, 2, 105, 0.5);
    box-shadow: 0px 0px 10px 3px rebeccapurple;
    transform: rotateX(0deg);
    transition:1s;
}

.rejestracja{
    /* position: absolute; */
    width:100%;
    height:100%;
    text-align: center;
    backface-visibility: hidden;
    background:rgba(54, 2, 105, 0.5);
    box-shadow: 0px 0px 10px 3px rebeccapurple;
    transform: rotateX(180deg);
    transition:1s;
}
.zaloguj_submit{
    margin-top:10px;
    background:#381e52;
    color:white;
    width: 16vw;
    min-width: 170px;
    height:30px;
    border: none;
    cursor: pointer;
    box-shadow: 2px 3px 15px 1px purple;
}


.logowanie input::placeholder{
    color:mediumpurple;;
}
.login{
    margin-top:60px;
}
.password{
    margin-top:10px;
}
.login,.password{
    text-align: center;
    background:rgba(53, 2, 78, 0.4);
    color:mediumpurple;
    outline: none;
    border: none;
    width: 19vw;
    min-width: 200px;
    height:30px;
    box-shadow: 1px 0px 10px 0px purple;
}

.rejestruj_submit{
    margin-top:5px;
    background:#32065d;
    color:white;
    width:170px;
    height:30px;
    border: none;
    cursor: pointer;
    box-shadow: 2px 3px 15px 1px purple;

}


.rejestracja input::placeholder{
    color:mediumpurple;;
}
.login_r{
    margin-top:44px;
}
.password_r,.password_r2{
    margin-top:10px;
}
.login_r,.password_r,.password_r2{
    text-align: center;
    background:rgba(53, 2, 78, 0.4);
    color:mediumpurple;
    outline: none;
    border: none;
    width: 19vw;
    min-width: 200px;
    height:30px;
    box-shadow: 1px 0px 10px 0px purple;
}

.info{
    position: absolute;
    width:300px;
    height:0px;
    opacity: 0;
    top:0;
    background:-webkit-linear-gradient(top right,rgba(20, 82, 20,0.6),rgba(41, 163, 41,0.6),rgba(20, 82, 20,0.6));
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    margin:auto;
    left:0;
    right:0;
    z-index: 1;
    font-family:cursive,Arial,sans-serif;;
    color:white;
    display:table;
    transition: 0.5s;




}
.info_text{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.back{
    position: absolute;
    width:20px;
    height: 20px;
    z-index: 1;
    left:80px;
    top:60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:1;
}

.back:after{
    content:'Powrót';
    color:white;
    font-weight:600;
    position: absolute;
    font-family: Arial;
    font-size:25px;
    opacity:0.8;


}

.wybierz{
    position: absolute;
    margin: auto;
    left:0;
    right:0;
    width:280px;
    height:50px;
    background:rgba(37, 0, 78, 0.4);
    top:120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:25px;
    font-family: cursive,arial,sans-serif;
    color:purple;
    box-shadow: 1px 0px 10px 0px purple;
    cursor: pointer;

}
.wybierz > div {
    padding: 9px;

}
.wybierz > div:hover{
    font-size:26px;
}
input[type=submit]:hover{
    width:180px ;
}
input[type=password]:hover{
    width:205px;
}
.login:hover,.login_r:hover{
    width:205px;
}

.wskaznik{
    position:absolute;
    width:120px;
    height: 5px;
    background:#8130a2;
    border-radius:50px;
    bottom:0;
    left:0;
    transition: 1s;
}