.login-page{background-size: cover;background-repeat: no-repeat;padding-bottom: 14%;background: url(../images/logocircle.png);padding-top: 30px;}

.container{
height: 100%;
align-content: center;
}
.card2{margin-top: 13% !important;}
.card{min-height: 370px;margin-top: auto;margin-bottom: auto;max-width: 75%;min-width: 400px;background-color: rgb(255 255 255) !important;}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{width: 50px;background-color: #000;color: white;border:0 !important;}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: black;
background-color: #FFC312;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{color: black;}

.links a{
margin-left: 4px;
}
.remember {
    color: black;
}
a.btn_1:hover, .btn_1:hover {
    background-color: #000000;
    color: #fff !important;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(0 0 0);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card {-webkit-box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.75);box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.75);}
a.btn_1.full-width, .btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: -10px;
    margin-top: 24px;
}
.card-body .phone_top:before {
    font-family: "fontello";
    font-size: 26px;
    font-size: 1.625rem;
    content: '\e802';
    line-height: 1;
    padding: 0;
    margin: 0;
    display: inline-block;
  }