.input-wrap {
    margin-bottom: 15px;
}

.btn--login {
    background-color: #43c1a9;
    color: #fff;
}

.br--24 {
    border-radius: 24px !important;
}

.login-form {
    max-width: 325px;
    margin: auto;
}

.login-form .head {
    margin-bottom: 15px;
    margin-top: 30px;
}

.login-box {
    border: 1px solid #ccc;
    padding: 0 30px;
    padding-bottom: 20px;
}

.logo-login {
    margin-bottom: 50px;
}

.forgot {
    text-align: left;
    margin: 20px 0;
    padding-left: 10px;
}

.forgot a {
    color: #43c1a9;
}

.help-block {
    margin: 5px 0;
    color: red;
}

.option-two {
    border-bottom: 1px solid #eee;
    margin: 25px 0 35px;
}

.option-two span {
    background-color: #fff;
    font-weight: bold;
    color: #9e9e9e;
    padding: 0 10px;
}

.btn-social .btn {
    width: 45%;
    margin: 0 5px;
    line-height: 30px;
}

.btn-social .btn i{
    margin-right: 5px
}

.btn-social .btn-facebook {
    border: 2px #3B5798 solid;
    color: #3B5798;
    background-color: transparent;
}

.btn-social .btn-facebook:hover {
    border: 2px #3B5798 solid;
    color: #fff;
    background-color: #3B5798;
}

.btn-social .btn-google-plus:hover {
    border: 2px #DA4E30 solid;
    color: #fff;
    background-color: #DA4E30;
}

.btn-social .btn-google-plus {
    border: 2px #DA4E30 solid;
    color: #DA4E30;
    background-color: transparent;
    
    padding: 0;
    line-height: 41px;
}

h5.forgot:after {
    display: block;
    clear: both;
    content: "";
}
.abcRioButton.abcRioButtonLightBlue {
    height: auto !important;
    width: auto !important;
    background-color: transparent;
}
.abcRioButtonContentWrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-social .btn-google-plus:hover span{
    color: #fff
}
.or-using {
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.or-using small {
    position: relative;
    bottom: -9px;
    z-index: 1;
    background: #fff;
    padding: 0 10px;
    font-weight: bold;
    color: #777;
}

.abcRioButtonIcon {
    width: 0;
    padding: 0 !important;
}

.abcRioButtonContents {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.google-btn .abcRioButton {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0px rgba(0,0,0,.25): ;
    box-shadow: 0 0 0 0 rgba(0,0,0,.25);
}

.google-btn .abcRioButton:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(66,133,244,.3);
    box-shadow: 0 0 0 0 rgba(66,133,244,.3);
}

.google-btn .abcRioButtonLightBlue:active {
    background: transparent;
}

.google-btn .abcRioButtonContents {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Brands";
    font-size: 14px !important;
    line-height: 34px;
    padding-top: 6px;
    color: #fff;
}
.google-btn .abcRioButtonContents span {
    display: none;
}

.google-btn .abcRioButtonContents:before {
    content: "\f1a0";
}

.google-btn .abcRioButtonIconImage svg {
    display: none;
}

.login-panel {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 0 0 rgba(66,133,244,.3);
}

.btn-primary {
    color: #fff;
    background-color: #ed1a3b;
    border-color: #dc304b;
}


a {
    color: #ed1a3b;
}

.text-primary {
    color: #ed1a3b !important;
}

.subtext {
    color: #aaa;
    text-align: center;
    margin-bottom: 0.5rem;
    border-top: 1px solid #eee;
}

.subtext span {
    position: relative;
    top: -11px;
    background: #fff;
    padding: 0 4px;
    font-size: 80%;
}