

/*==============CSS START ====================*/



/*==============FONTS START ====================*/



@import url(https://fonts.googleapis.com/css?family=Sintony:400,700);



/*font-family: 'Sintony', sans-serif;*/





/*================Form START====================*/



.alar-login-form { padding:30px; display:block; border:1px solid #ccc;font-family: "Sintony",sans-serif; font-size:12px}

.alar-login-heading {font-family: 'Sintony', sans-serif; font-weight:700; text-transform:uppercase}

.alar-login-heading {

    display: block;

    font-family: "Sintony",sans-serif;

    font-weight: 700; font-size:24px;

    margin: 0 0 20px;

    text-align: center;

    text-transform: uppercase;

}



.ftxt {

    display: block;

    margin: 0 0 20px;

}



.ftxt:after{clear:both; display:block; overflow:hidden; content:""}







.ftxt > label {

    float: left;

    width: 180px;

}





.ftxt > input { border:1px solid #ccc; padding:8px 5px; width:300px; }





.alar-login-form .button {

    background: #ccc none repeat scroll 0 0;

    border: 1px solid #ccc;

    border-radius: 0; text-transform:uppercase; font-size:15px;font-family: "Sintony",sans-serif;

    padding: 10px 20px;

}



.alar-login-form .button:hover {

    background: #000 none repeat scroll 0 0;

    border: 1px solid #000;

    border-radius: 0;

    padding: 10px 20px;

}



.alar-registration-form .error{

  color:red;

  margin-bottom: 18px;

 }


#loginform {
position: relative;
overflow: hidden;
background: #f7f7f7;
border-top: 1px solid #F0F0ED;
border-bottom: 1px solid #F0F0ED;
width: 100%;
padding: 30px 30px 20px 30px;
color: #33363C;
float: none;
}
#loginform p {
margin-bottom: 25px;
}
#loginform label[for="log"],
#loginform label[for="pwd"] {
display: none;
font-weight: bold;
margin-bottom: 5px;
}
.ie9 #loginform label[for="log"],
.ie9 #loginform label[for="pwd"] {
display: block;
}
#loginform label[for="rememberme"] {
font-weight: bold;
}
#loginform input[type="text"],
#loginform input[type="password"] {
background: #fff;
border-color: #fff;
font-size: 14px;
width: 100%;
padding: 13px 20px;
}
#loginform .button {
margin-right: 15px;
padding: 11px 19px;
font-size: 15px;
}
#login-page-links {
color: #33363C;
font-weight: bold;
margin-left: 15px;
}
.gp-register-link {
margin-right: 15px;
}
.gp-register-link:before {
content: '\f090';
font-family: 'FontAwesome';
margin-right: 5px;
}
.gp-lost-password-link:before {
content: '\f059';
font-family: 'FontAwesome';
margin-right: 5px;
}


#comments{display: none;}

/*================Form END====================*/