

@font-face {
    font-family: Chuanpim;
    src: url(../../font/psu/Chuanpim/db_chuanpim_psu_regular.woff);
    font-style: normal;
    font-weight: 400;
  }

  @font-face {
    font-family: Stidti;
    src: url(../../font/psu/Stidti/psu-stidti-bold.woff);
    font-style: normal;
    font-weight: 400;
  }

html,body{
/* background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg'); */
background-image: url(../../images/login_bg.jpg);
/* background-color: #003C71; */
background-size:cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Chuanpim';
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Stidti';
}

.container{
height: 100%;
align-content: center;
}

.card{
/* height: 370px; */
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.6) !important;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
/* color: #FFC312; */
color:  #59CBE8;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h4{
color: white !important;
}

.card-footer{
    font-family: 'Chuanpim';
    font-size: 22px;
}

.footer-buttom-1{
    background-color: rgba(241, 8, 8, 0.5) !important;
}
.footer-buttom-2{
    background-color: rgba(0, 156, 222, 0.5) !important;
}

.card-footer a{
    color: white !important;
}

.card-footer .comment{
    color: white !important;
    text-align: center !important;
    line-height: 1em;
}

.form-control{
    font-size: 20px !important;
}

.btn{
    font-size: 15px !important;
    font-family: 'Stidti';
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 50px;
background-color: #009CDE;
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: white;
background-color: #009CDE;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}