/* Made with love by Mutiullah Samim*/

h1,h2,h3 {
    margin: 0;
}
html,body{
    background-color: #242120;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    height: 100%;
    font-family: Arial, sans-serif;
}

.sitebanner {
    background: #1b1b1b;
    color: #f25130;
    font-family: Arial, sans-serif;
    font-size: 34px;
    text-align: center;
    line-height: 55px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.poweredbanner {
    background: rgba(0, 0, 0, 0.33);
    backdrop-filter: blur(8px);
    color: rgba(255, 255, 255, 0.8);
    border-top: 1px rgba(0, 0, 0, 0.33) solid;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: right;
    line-height: 30px;
    height: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}

form {
    height: 160px;
}
.alert {
    padding: 8px;
    font-size: 11px;
}

.svg-inline--fa {
    display: block;
    margin: 0 auto;
}

.container{
    height: 100%;
    align-content: center;
}

.card{
    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.33) !important;
    backdrop-filter: blur(8px);
}

.social_icon span{
    font-size: 60px;
    margin-left: 10px;
    color: #f25130;
}

.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: #f25130;
    color: black;
    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: #f25130;
    width: 100px;
}

.login_btn:hover{
    color: black;
    background-color: white;
}

.links{
    color: white;
    font-size: 11px;
}

.links a{
    margin-left: 4px;
}
