.social-icon-login {
    display: inline-block;
    width: 23px;
    height: 40px;
    text-align: center;
    line-height: 35px
}

.signupwithsocial .button.btn-first {
    border: none;
    line-height: 40px;
    padding: 0;
    height: 40px
}

.signupwithsocial .button.btn-first i {
    font-size: 1.1rem
}

.border-google {
    border: 1.5px solid #4285f4!important
}

.border-fb {
    border: 1.5px solid #3c579e!important
}

.border-fb,.border-google,.signupwithsocial .button i,.signupwithsocial .button:hover {
    color: #000
}

.signupwithsocial .button.border-google i {
    color: #4285f4
}

.signupwithsocial .button.border-fb i {
    color: #3c579e
}

.bg-email {
    background-color: #343a40
}

@media only screen and (max-width: 1400px) {
    .social-icon-login {
        height:auto
    }
}
.social-icon-login {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px
}

.signupwithsocial .button.btn-first {
    border: none;
    line-height: 40px;
    padding: 0;
    height: 40px;
    border-radius: 4px;
    margin-bottom: 1rem
}

.gsi-material-button:not(:disabled):hover,.signupwithsocial .button.btn-first:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)
}

.border-fb,.border-google {
    border: 1.5px solid #747775!important
}

.signupwithsocial .button.border-google i {
    color: #4285f4
}

.signupwithsocial .button.border-fb i {
    color: #3c579e
}

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1.5px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: Roboto,arial,sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: .25px;
    outline: 0;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    white-space: nowrap;
    width: auto;
    min-width: min-content
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%
}

.gsi-material-button .gsi-material-button-contents {
    font-size: 1rem;
    color: #000;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f
}

.gsi-material-button:disabled .gsi-material-button-contents,.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%
}

@media only screen and (max-width: 1400px) {
    .social-icon-login {
        height:auto
    }
}
