.content-primary-sign-up {
    margin: 30px auto 0;
    width: 300px;
}

.content-primary-log-in {
    margin: 30px auto 0;
    width: 300px;
}

.content-primary-restart-password {
    margin: 30px auto 0;
    width: 300px;
}

form{
    font-family: defaultFont2;
    border-radius: 50%;
    margin: 75px auto 20px;
    max-width: 400px;
    -webkit-box-shadow: 0px 0px 100px 50px rgba(255,255,255,0.6);
    -moz-box-shadow: 0px 0px 100px 50px rgba(255,255,255,0.6);
    box-shadow: 0px 0px 100px 50px rgba(255,255,255,0.6);
    background-color: rgba(255,255,255,0.5);
}

input[type=text], input[type=password] {
    border: 1px solid #b0b0b0;
    border-radius: 3px !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 25px;
    padding: 10px;
    transition: box-shadow 150ms ease-in-out 0s;
    width: 100%;
    will-change: box-shadow;
    margin-bottom: 30px;
}

#register{
    width: 100%;
    margin-bottom: 18px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    background: #338720;
    color: #FFFFFF;
    padding: 10px;
}

#log_in{
    width: 100%;
    margin-bottom: 18px;
    box-sizing: border-box;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    background: #338720;
    color: #FFFFFF;
    padding: 10px 10px 10px 20px;
    text-align: center;
}

#restart_password{
    width: 100%;
    margin-bottom: 18px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    background: #338720;
    color: #FFFFFF;
    padding: 10px;
}

#log_in_fb{
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    background: #3B5992;
    color: #FFFFFF;
    text-align: center;
}

#log_in_google{
    width: 100%;
    margin-bottom: 18px;
    box-sizing: border-box;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    background: #4286f5;
    color: #FFFFFF;
    padding: 10px 10px 10px 80px;
    text-align: left;
}

#register:hover{
    background: #3fa728;
}

#log_in:hover{
    background: #3fa728;
}

#restart_password:hover{
    background: #3fa728;
}

#log_in_fb:hover{
    opacity: 90%;
}

#log_in_google:hover{
    opacity: 90%;
}

#showLogIn{
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    /*font-weight: bold;*/
}

#showLogIn2{
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    /*font-weight: bold;*/
}

#showRegistry{
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    /*font-weight: bold;*/
}

.continueAsVisitor{
   color: #000000;
    cursor: pointer;
    text-decoration: underline;
    /*font-weight: bold;*/ 
}

#showLogIn:hover{
    color:#000000;
    opacity: 0.8;
}

#showLogIn2:hover{
    color:#000000;
    opacity: 0.8;
}

#showRegistry:hover{
    color:#000000;
    opacity: 0.8;
}

#showPasswordReset{
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    /*font-weight: bold;*/
}

#showPasswordReset:hover{
    color:#8E8E8E;
}

.continueAsVisitor:hover{
    color:#8E8E8E;
}


.login_signup_text{
    margin-top: 5px;
    color: #000000;
    text-align: center;
    font-size: 16px;
    font-weight: lighter;
}

.termsCondition{
    width: 80%;
    margin: auto;
    color: #000000;
    text-align: center;
    font-size: 12px;
    font-weight: lighter;
}

.termsCondition a{
    color: #000000;
}

.headerForm{
    text-align: center;
    width: 100%;
    margin : auto;
    height: 170px;
}

.headerForm img{
    width:180px; 
    height:auto;
}

hr.style14 { 
    margin-top: -5px;
    margin-bottom: 10px;
    border: 0; 
    height: 1px; 
    text-align: center;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
/*hr.style14:after {
    font-size: 12px;
    content: "o";
    display: inline-block;
    position: relative;
    top: -0.7em;
    padding: 0 0.25em;
    background-color: transparent;
}*/
label.error_validation{
    position: absolute;
    margin-top:-27px;
    font-size:12px;
    color: #e8104a;
}

@media only screen and (max-width:550px)
{

    input[type=text] {
        font-size: 13px;
    }

    input[type=password] {
        font-size: 13px;
    }

    #register{
        font-size: 13px;
    }

    #register_fb{
        font-size: 13px;
    }

    #log_in{
        font-size: 13px;
    }

    #log_in_fb{
        font-size: 13px;
    }
    .headerForm img{
        width:145px; 
        height:auto;
    }
}