/*
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.12.05., 10:29:55
    Author     : kiraly.antal
*/


#login_container{
    width: 100%;
    color: rgb(65,65,65);
}
#login_container h1{
    font-weight: 400;
    text-transform: uppercase;
}
#login_options_and_button_container,#login_input_container{
    width: 525px;
}
#login_input_container input{
    width: 97%;
    background-color: rgb(241,241,241);
    color: rgb(153,153,153);
    padding: 0px 0px 0px 11px;
    font-size: 17px;
    margin-bottom: 12px;
    border: none;
    height: 50px;
}
#options_and_button_right{
    width: 30%;
    float: right;
    margin-bottom: 160px;
}
#options_and_button_right input{
    background-color: rgb(16,115,166);
    color: white;
    width: 155px;
    height: 40px;
    border: none;
}
#options_and_button_left{
    color: rgb(153,153,153);
    font-size: 14px;
    width: 67%;
    float: left;
    text-align: left;
    margin-bottom: 160px;
    padding-left: 11px;
}


#forgot_password_container{
    width: 100%;
    color: rgb(65,65,65);
}
#forgot_password_container h1{
    font-weight: 400;
    text-transform: uppercase;
}
#forgot_password_input_container,#forgot_password_button_container{
    width: 525px;
}
#forgot_password_container input{
    width: 97%;
    background-color: rgb(241,241,241);
    color: rgb(153,153,153);
    padding: 0px 0px 0px 11px;
    font-size: 17px;
    margin-bottom: 12px;
    border: none;
    height: 50px;
}
#forgot_password_button_container input{
    background-color: rgb(16,115,166);
    color: white;
    width: 155px;
    height: 40px;
    border: none;
    text-transform: uppercase;
}
#forgot_password_button_container{
    margin-bottom: 160px;
}

#registration_title{
    font-weight: 400;
    text-transform: uppercase;
}
#registration_container{
    width: 100%;
    color: rgb(65,65,65);
}
#registration_input_container,#registration_button_container{
    width: 525px;
}
#registration_input_container input{
    width: 97%;
    background-color: rgb(241,241,241);
    color: rgb(153,153,153);
    padding: 0px 0px 0px 11px;
    font-size: 17px;
    margin-bottom: 12px;
    border: none;
    height: 50px;
}
#registration_button_container{
    margin-bottom: 160px;
}
#registration_button_container input{
    background-color: rgb(16,115,166);
    color: white;
    width: 155px;
    height: 40px;
    border: none;
    text-transform: uppercase;
}
#pw_strength{
    text-align: right;
    width: 95% !important;
    margin: -7px 2% 17px 2%;
}
.pw_strength_level{
    color: rgb(153,153,153);
    margin-right: 7px;
    font-size: 15px;
    display: inline-block;
}
#pw_strength_level_color_box{
    display: inline-block;
    width: 260px;
}
#registration_container #pw_description{
    padding: 5px;
    margin-top: -43px;
    margin-left: 510px;
    position: absolute;
    width: 300px;
}


@media (max-width: 1200px)
{
    #registration_container #pw_description{
        margin-top: initial;
        margin-left: initial;
        position: initial;
        width: initial;
    }
}

#own_data_container{
    width: 100%;
    color: rgb(65,65,65);
}
#own_data_container h1{
    font-weight: 400;
    text-transform: uppercase;
    text-align:center;
}
/*#own_data_input_container,#own_data_button_container{
    width: 525px;
}*/
#own_data_container input, #own_data_container select{
    width: 97%;
    background-color: rgb(241,241,241);
    color: rgb(153,153,153);
    padding: 0px 0px 0px 11px;
    font-size: 17px;
    margin-bottom: 12px;
    border: none;
    height: 50px;
}
#own_data_container select{
    width: 98%;
}
/*#own_data_button_container input{
    background-color: rgb(16,115,166);
    color: white;
    width: 155px;
    height: 40px;
    border: none;
    text-transform: uppercase;
}*/
#own_data_button_container{
    margin-top: 10px;
    text-align: center;
}
#own_data_container .button{
    text-align: center;
    background-color: rgb(16,115,166);
    color: white;
    width: 345px;
    height: 40px;
    border: none;
    text-transform: uppercase;
}


@media (max-width: 600px)
{
    #registration_input_container,#registration_button_container{
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
    #forgot_password_input_container,#forgot_password_button_container{
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
    #login_options_and_button_container,#login_input_container{
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
    #options_and_button_right{
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        float: none;
        margin-bottom: 160px;
    }
    #options_and_button_right input{
        background-color: rgb(16,115,166);
        color: white;
        width: 155px;
        height: 40px;
        border: none;
    }
    #options_and_button_left{
        color: rgb(153,153,153);
        font-size: 14px;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        float: none;
        text-align: left;
        margin-bottom: 20px;
        padding-left: 0px;
    }
}

span.error{
    color: red;
}

#reset_password_container{
    width: 100%;
    color: rgb(65,65,65);
}
#reset_password_container h1{
    font-weight: 400;
    text-transform: uppercase;
    text-align:center;
}
#reset_password_container input, #reset_password_container select{
    width: 97%;
    background-color: rgb(241,241,241);
    color: rgb(153,153,153);
    padding: 0px 0px 0px 11px;
    font-size: 17px;
    margin-bottom: 12px;
    border: none;
    height: 50px;
}
#reset_password_container select{
    width: 98%;
}
#reset_password_button_container{
    margin-top: 10px;
    text-align: center;
}
#reset_password_button_container input{
    text-align: center;
    background-color: rgb(16,115,166);
    color: white;
    width: 345px;
    height: 40px;
    border: none;
    text-transform: uppercase;
}
.reset_password_message{
    text-align: center;
    margin-bottom: 20px;
}