.login-wrapper .login-content .form-login input {
    padding-left: 15px !important;
}
.form-addons-icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 13px;
    color: #939ea8;
}
.invalid-feedback {
    display: block;
}

input[readonly] {
    background-color: rgba(145, 158, 171, 0.32)!important;
}

.google-button {
    all: unset;
    margin: auto;
    width: fit-content;
    height: 52px;
    background-color: #1d40e6;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    transition: all 300ms ease-in-out;
    padding: 0!important;
    align-items: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.google-button .google-icon-wrapper {
    margin: 1px;
    width: 50px;
    height: 50px;
    border-radius: 1px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.google-button .google-button-text {
    display: flex;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-left: 1em;
    margin-right: 1em;
    align-items: center;
}
.google-button:hover {
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
    cursor: pointer;
}
.google-button:active {
    background: #1d40e6;
}


.google-button:hover .google-button-text{
    color: #1d40e6;
}
