.sign-title, .form-signin .checkbox {
    color: #fff;
}

.login-form .btn {
    background: #F18052;
    color: #fff;
}
.login-form .btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px;
    border: 0px;
}
.card {
    background: #FFFFFF;
    margin: 15px 0;
    padding: 12px;
    border: 0 solid rgba(120, 130, 140, 0.13);
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.form-control {
    margin-top: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eaeaec;
    background: #eaeaec;
    box-shadow: none;
    font-size: 12px;
}
.form-control {
    height: 44px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid rgba(120, 130, 140, 0.13);
    font-family: 'Roboto', sans-serif;
    background: #FAFAFA;
    color: #000;
}
.login-wrap .btn-login {
    background: #F18052;
    color: #fff;
}
.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.WhatsappIcon {
    height: 64px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: transparent;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    width: 64px;
    background: #25d366 url(https://tochat.be/click-to-chat-directory/css/whatsapp.svg) no-repeat 0.5em center;
    background-size: 50px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: auto;
    margin-right: 20px;
}

.ZoomIcon {
    height: 64px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: transparent;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    width: 64px;
    background: #4a8cff url(/assets/images/ZoomIcon.png) no-repeat 0.5em center;
    background-size: 50px;
    position: fixed;
    bottom: 66px;
    right: 0px;
    left: auto;
    margin-right: 20px;
}

.IconImg {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    touch-action: none;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: auto;
    margin-right: 20px;
    z-index: 999;
}


.WebexIcon {
    height: 64px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: transparent;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    width: 64px;
    background: #fff url(/assets/images/Webex1.png) no-repeat 0.5em center;
    background-size: 50px;
    position: fixed;
    bottom: 133px;
    right: 0px;
    left: auto;
    margin-right: 20px;
}
