.background-image {
    height: 100%;
    width: 100%;
    text-align: center;
    background: url("../img/callcenter.jpg") no-repeat center;
    background-size: cover;
    -webkit-filter: blur(13px);
    -moz-filter: blur(13px);
    -o-filter: blur(13px);
    -ms-filter: blur(13px);
    filter: blur(13px);
    position: absolute;
    left: 0;
    top: 0;
}

/* 
#google-signin-button {
          
    width: 300px !important;
    padding: 0 15px !important;
}
#microsoft-signin-button {
         
    width: 300px !important;
    padding: 0 15px !important;
}  
*/

.card {
    /* margin-top: 20%; */
    /* margin-left: 45%; */
    width: 35%;
    opacity: 0.7;
    border-radius: 1.25rem;
}

.btn-google {
    color: white;
    background-color: #ea4335;
}

.btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.form-group input {
    border-radius: 2rem;
    height: auto;
}

#google {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#google-signin {
    border: 1px solid #dcdcdc;
}

#microsoft {

    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#microsoft-signin {
    border: 1px solid #dcdcdc;
}

.separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.line {
    flex: 1;
    border: none;
    border-top: 1px solid #97a0b3;
    margin: 0 10px;
}

.or-text {
    color: #97a0b3;
    font-size: 14px;
    margin: 0 10px;
}
.card-body{
    padding: 20px 30px;
}
.container{
    height:100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

