.fs-7{
    font-size: 0.8rem;
}

.cls_btn_login {
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-transition: background-color .218s, border-color .218s;
    transition: background-color .218s, border-color .218s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #fff;
    background-image: none;
    color: #3c4043;
    cursor: pointer;
    font-family: "Google Sans", arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: .25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

.cls_div_btn_login {
    display: -webkit-box;
<!--                    display: -webkit-flex;-->
<!--                    display: flex;-->
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    position: relative;
    width: 100%;
}

.cls_btn_login_bolder {
     border: 1px solid #dadce0;
}

.cls_icono {
    height: 18px;
    margin-right: 8px;
    min-width: 18px;
    width: 18px;
}

.cls_btn_login_bolder:hover{
    box-shadow: none;
    border-color: rgb(210, 227, 252);
    outline: none;
    background: rgba(66, 133, 244, .08);
}