/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018.02.06., 9:44:00
    Author     : kiraly.antal
*/
.page_main_title
{
    display:none;
}
.top-navbar
{
    margin-bottom: 70px !important;
}


#apply-first-step label
{
    display:block;
}
.quizToLogin
{
    outline: inherit;

    border: none;
    font-weight:500;
    font-size:18px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0px;
    display:block;
    width:100%;
    height:100%;
    margin-left: 10%;
}
.quizToLogin:target  , .quizToLogin:active , .quizToLogin:focus
{
    border: none;
    font-weight:500;
    font-size:18px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0px;
    display:block;
    width:100%;
    height:100%;
    margin-left: 10%;
}

.login-button
{
    height: 40px;
    /*line-height: 40px;*/
    border: 1px solid #878787;
    background-color: rgba(155, 155, 155, 0.15) !important;
    margin-top: 26px;
    cursor:pointer;
    text-align: center;
}
/*#to_quiz .quizToLogin
{
    margin-left: -20% !important;
}*/