/*critical*/
/*critical*/
.module.login {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 312px;
    }
.module.login .logintitle {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1em;
    color: rgb(90,90,90);
    margin-top: 20px;
    margin-bottom: 20px;
    }
.module.login .formix_cell.formix_input_checkbox {
    text-align: center;
    }
.module.login .formix_form {
    width: 100%;
    }
.module.login .formix_form .formix_field {
    text-align: center;
    }
.module.login .forgottenpassword {
    float: right;
    font-size: .9em;
    color: rgb(45,122,185);
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    transition: color .2s;
    position: relative;
    padding-right: 10px;
    }
.module.login .forgottenpassword:hover {
    color: rgb(239,117,69);
    }
.module.login .social_login_spinner {
    position: relative;
    text-align: center;
    width: 70px;
    height: 70px;
    display: inline-block;
    }
.module.login .social_login_spinner > div {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 15px;
    top: 15px;
    }
.module.login .separate {
    position: relative;
    margin: 25px 0;
    display: inline-table;
    width: 100%;
    padding: 0 10px;
    }
.module.login .separate .sep_text {
    display: table-cell;
    position: relative;
    padding: 0 10px;
    color: rgb(152,152,152);
    cursor: default;
    font-size: 1.2em;
    font-weight: 300;
    }
.module.login .separate .sep_line {
    display: table-cell;
    width: 50%;
    }
.module.login .separate .sep_line:after {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgb(152,152,152);
    content: "";
    display: inline-block;
    vertical-align: middle;
    }
.module.login .social_login_container {
    padding: 0 10px;
    }
.module.login .social_login_container .social_login_spinner {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 60px;
    height: 60px;
    margin: 5px;
    display: inline-block;
    }
.module.login .social_login_container .social_login_spinner > div {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 10px;
    }
.module.login .social_login_container .social_login_dialog {
    display: inline-block;
    line-height: 0;
    position: relative;
    }
.module.login .social_login_container .social_login_dialog .social_login {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.3);
    box-shadow: 0 0 0 0 rgba(0,0,0,.3);
    -webkit-transition: transform .2s,box-shadow .2s;
    -moz-transition: transform .2s,box-shadow .2s;
    -ms-transition: transform .2s,box-shadow .2s;
    transition: transform .2s,box-shadow .2s;
    display: inline-block;
    width: 60px;
    height: 60px;
    position: relative;
    border: solid 0 rgb(59, 89, 152);
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    }
.module.login .social_login_container .social_login_dialog .social_login circle,
.module.login .social_login_container .social_login_dialog .social_login path,
.module.login .social_login_container .social_login_dialog .social_login polygon {
    -webkit-transition: fill .5s,stroke .5s;
    -moz-transition: fill .5s,stroke .5s;
    -ms-transition: fill .5s,stroke .5s;
    transition: fill .5s,stroke .5s;
    }
.module.login .social_login_container .social_login_dialog.facebook {
    color: rgb(59, 89, 152);
    }
.module.login .social_login_container .social_login_dialog.facebook .social_login .color {
    fill: rgb(59, 89, 152);
    stroke: transparent;
    }
.module.login .social_login_container .social_login_dialog.facebook .social_login .white {
    fill: white;
    }
.module.login .social_login_container .social_login_dialog.facebook .social_login .white-border {
    fill: none;
    stroke: white;
    }
.module.login .social_login_container .social_login_dialog.google {
    color: rgb(221, 75, 57);
    }
.module.login .social_login_container .social_login_dialog.google .social_login .color {
    fill: rgb(221, 75, 57);
    stroke: transparent;
    }
.module.login .social_login_container .social_login_dialog.google .social_login .white {
    fill: white;
    }
.module.login .social_login_container .social_login_dialog.google .social_login .white-border {
    fill: none;
    stroke: white;
    }
.module.login .social_login_container .social_login_dialog.microsoft {
    color: rgb(1, 164, 239);
    }
.module.login .social_login_container .social_login_dialog.microsoft .social_login .color {
    fill: rgb(1, 164, 239);
    stroke: transparent;
    }
.module.login .social_login_container .social_login_dialog.microsoft .social_login .white {
    fill: white;
    }
.module.login .social_login_container .social_login_dialog.microsoft .social_login .white-border {
    fill: none;
    stroke: white;
    }
.module.login .social_login_container .social_login_dialog.linkedin {
    color: rgb(30, 136, 189);
    }
.module.login .social_login_container .social_login_dialog.linkedin .social_login .color {
    fill: rgb(30, 136, 189);
    stroke: transparent;
    }
.module.login .social_login_container .social_login_dialog.linkedin .social_login .white {
    fill: white;
    }
.module.login .social_login_container .social_login_dialog.linkedin .social_login .white-border {
    fill: none;
    stroke: white;
    }
.module.login .social_login_container .social_login_dialog.wordpress {
    color: rgb(70, 67, 66);
    }
.module.login .social_login_container .social_login_dialog.wordpress .social_login .color {
    fill: rgb(70, 67, 66);
    stroke: transparent;
    }
.module.login .social_login_container .social_login_dialog.wordpress .social_login .white {
    fill: white;
    }
.module.login .social_login_container .social_login_dialog.wordpress .social_login .white-border {
    fill: none;
    stroke: white;
    }
.module.login .social_login_container .social_login_dialog:hover .social_login {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0,0,0,.5);
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,.5);
    }
.module.login .social_login_container .social_login_dialog.facebook:hover .social_login .color {
    fill: white;
    stroke: rgb(59, 89, 152);
    }
.module.login .social_login_container .social_login_dialog.facebook:hover .social_login .white {
    fill: rgb(59, 89, 152);
    }
.module.login .social_login_container .social_login_dialog.facebook:hover .social_login .white-border {
    stroke: rgb(59, 89, 152);
    }
.module.login .social_login_container .social_login_dialog.google:hover .social_login .color {
    fill: white;
    stroke: rgb(221, 75, 57);
    }
.module.login .social_login_container .social_login_dialog.google:hover .social_login .white {
    fill: rgb(221, 75, 57);
    }
.module.login .social_login_container .social_login_dialog.google:hover .social_login .white-border {
    stroke: rgb(221, 75, 57);
    }
.module.login .social_login_container .social_login_dialog.microsoft:hover .social_login .color {
    fill: white;
    stroke: rgb(1, 164, 239);
    }
.module.login .social_login_container .social_login_dialog.microsoft:hover .social_login .white {
    fill: rgb(1, 164, 239);
    }
.module.login .social_login_container .social_login_dialog.microsoft:hover .social_login .white-border {
    stroke: rgb(1, 164, 239);
    }
.module.login .social_login_container .social_login_dialog.wordpress:hover .social_login .color {
    fill: white;
    stroke: rgb(70, 67, 66);
    }
.module.login .social_login_container .social_login_dialog.wordpress:hover .social_login .white {
    fill: rgb(70, 67, 66);
    }
.module.login .social_login_container .social_login_dialog.wordpress:hover .social_login .white-border {
    stroke: rgb(70, 67, 66);
    }
.module.login .social_login_container .social_login_dialog.linkedin:hover .social_login .color {
    fill: white;
    stroke: rgb(30, 136, 189);
    }
.module.login .social_login_container .social_login_dialog.linkedin:hover .social_login .white {
    fill: rgb(30, 136, 189);
    }
.module.login .social_login_container .social_login_dialog.linkedin:hover .social_login .white-border {
    stroke: rgb(30, 136, 189);
    }

/* 0-510 */
@media only screen and (max-width:510px) {
.login_wrap .social_login_spinner {
    width: 60px;
    height: 60px;
    }
.login_wrap .social_login_spinner > div {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 25px;
    top: 25px;
    }
.login_wrap .separate {
    width: 100%;
    }
.login_wrap .social_login_container .social_login {
    width: 70px;
    height: 70px;
    margin: 5px;
    }
}
