/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
    background-image: url('/static/images/repeat-background-servers.svg');
    background-size: 30rem;
    background-repeat: repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;
    background-color: black;
}
.pad-left-checkbox {
    margin-left: 20px;
}

.make-emojis-large {
    font-size: large;
}

.pad-alert-icon {
    margin-right: 5px;
}
.container {
    height: 100%;
    align-content: center;
}

.card_small {
    width: 400px;
    margin-top: 1rem;
    margin-bottom: auto;
    background-color: rgba(255,255,255,1) !important;
}

.card_register {
    width: 400px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgba(255,255,255,1) !important;
}

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

.social_icon span:hover{
    color: white;
    cursor: pointer;
}

.card-header h3{
    color: black;
}

.social_icon{
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span{
    width: 50px;
    background-color: #59ceff;
    color: black;
    border:0 !important;
}

input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;

}

.remember{
    color: black;
}

.remember input
{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn{
    color: black;
    background-color: #70c4ff;
    width: 100px;
}

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

.links{
    color: black;
}

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

.hidden {
    display: none;
}

.icon-text {
    width:60px;
    float:left;
    padding-right:5px;
}

.icon-text a {
    width:20px;
    text-decoration: none;
    padding:0;
    font-weight: bolder;
}

.icon-text .small-link-text {
    font-size: 10px;
    text-decoration: none;
}

.icon-bg {
    background-color: #007bff;  /* your blue color */
    color: #fff;
    border: none;
    width: 50px;               /* set a fixed width */
    display: flex;
    justify-content: center; 
    align-items: center;       /* center the icon vertically and horizontally */
    /* optionally border-radius: 0 if you want square edges */
  }
  
  .icon-bg i {
    /* Optional: tweak icon size or spacing */
    font-size: 1.2rem;
  }