.login-page {
    max-width: 450px;
    margin: 40px auto;
    padding: 20px 40px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.login-page h3{
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
}
.login-page input:focus{
    box-shadow: none;
    border: none;
}
.login-page .icon-field{
    width: 30px;
}
.login-page label{
    font-weight: normal;
}
.login-page .showpass{
    position: absolute;
    right: 0;
    top: 50%;
    line-height: normal;
    margin-top: -6px;
}
.login-page .text-field {
    background-color: #fff;
}
.button--fb, .button--g {
    width: 48%;
}
.button--fb {
    height: 44px;
    margin: 0;
    padding: 10px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    background-color: #4267B2;
    cursor: pointer;
    float: left;
}
.button--fb i {
    background-color: #fff;
    padding: 5px 0px 0px 4px;
    border-radius: 2px;
}
.button--g {
    float: right;
}
.button--g .abcRioButton {
    width: 500% !important;
    height: 44px !important;
    padding: 12px;
    border: 1px #ececec solid;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) !important;
}
.button--g .abcRioButtonIcon {
    padding: 0 !important;
}
.button--g .abcRioButtonIcon:hover {
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
}
.button--g .abcRioButtonContents {
    line-height: inherit !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: rgba(0,0,0,0.54) !important;
}