﻿/* Made with love by Mutiullah Samim*/


html, body {
    background-image:  url(../images/bannierebbs.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
   font-family:  Calibri;
}

.container {
    height: 100%;
    align-content: center;  
    
}




.card {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 420px;
    background-color: rgba(0,0,0,0.5) !important;
}



.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    /*olor: #FFC312;*/
    color: rgba(0,0,0,0.5)
}




    .social_icon span:hover {
        color: white;
        cursor: pointer;
    }

.card-header h3,h1,h2 {
    color: white;
}

.error{

    color:red;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #f58426;
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.failureNotification {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.rowCenter {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    color: black;
    background-color: #f58426;
    width: 210px;
}

.login_btn:hover {
        color: black;
        background-color: white;
    }

a {
    color: #00a1d3;
}
.links {
    color: white;
}

    .links a {
        margin-left: 4px;
        
    }
.margintd{
    /*margin-top:10px;*/
    padding-top:10px;
    width:120px;
    padding-left:8px !important;
   /* float:right;*/
    /*padding-left:80px;*/

}
