.not-access > p{
    font-weight: 600;
    font-size: 15px;
    margin: 20px;
}

.not-access > h2 {
    margin: 20px;
    color: #305480;
}

.access-reg-block {
    float: left;
    margin: 20px;
    width: 350px;
}

.access-reg-block > h3,
.access-login-block > h3 {
    color: #305480;
    margin-bottom: 15px;
}

.access-reg-block > a > button > span {
    font-size: 18px;
    padding: 0 15px 0 15px;
}

.access-login-block {
    float: left;
    margin: 20px;
    width: 300px;
}

.access-login-block form > input {
    float: right;
    margin-top: 0;
    margin-bottom: 10px;
}

.button-reg-access {
    width: 200px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    padding: 6px 22px;
    border-radius: 4px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #fff;
    cursor: pointer;
    border: 1px solid #75b523;
    border-right-color: #4b9c17;
    border-bottom-color: #377410;
    background-color: #64ab1e;
    background-image: -moz-linear-gradient(top, #75b523 10%, #4b9c17 70%);
    background-image: -ms-linear-gradient(top, #75b523, #4b9c17);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(0.1, #75b523), to(0.7, #4b9c17));
    background-image: -webkit-linear-gradient(top, #75b523, #4b9c17);
    background-image: -o-linear-gradient(top, #75b523, #4b9c17);
    background-image: linear-gradient(top, #75b523,#4b9c17);
    background-repeat: repeat-x;
    text-shadow: 1px 0 0 #538312;
}