﻿

:root {
    --white: #fff;
    --google-blue: #4285f4;
    --button-active-blue: #1669F2;
}

.alert {
    color: #ed1c2a;
    font-weight: bold;
    line-height: 20px;
    font-size: 13px;
}

.google-btn {
    width: 310px;
    height: 34px;
    background: #fff;
    border-radius: 5px;
    padding: 6px 10px;
    border: 1px solid #becfdf;
    cursor: pointer;
}

#customBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-text {
    padding-left: 10px !important;
    padding: 0px;
    margin: 0px;
}

.login_button {
    margin-bottom: 15px;
}

.loginInput {
    border: 1px solid #becfdf !important;
}
/*@import url(https://fonts.googleapis.com/css?family=Roboto:500);*/



#otpTime {
    font-size: 9px;
    display: block;
}

input:focus {
    fill: #fff;
}

.active {
    background: #f26f26;
}

.alert {
    color: #ed1c2a;
    font-weight: bold;
    line-height: 20px;
    font-size: 13px;
}

@media (max-width:600px) {
    .eula {
        max-width: calc(100% - 50px) !important;
    }

    .footer {
        width: 85%;
    }
}

#eula, #supportIcon {
    font-size: 10px;
}

.eula {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #fff;
    z-index: 5;
    transform: translate3d(105%,0,0);
    transition: transform .5s cubic-bezier(.77,0,.175,1);
    width: 100%;
    max-width: calc(55% - 50px);
    padding: 20px;
}

    .eula.open {
        transform: none;
        overflow: auto;
        box-shadow: 30px 30px 50px #000 !important;
        z-index: 99;
    }

    .eula a {
        float: right;
        font-size: 20px;
        background: #ccc;
        padding: 5px;
        border: 1px solid #ccc;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px;
        padding-bottom: 12px;
        padding-top: 6px;
        height: 22px;
        border-radius: 50%;
    }

.forgotpassword {
    float: right;
    text-decoration: none;
    color: #fff !important;
    cursor: pointer;
    font-weight: bold;
}

.hidecontent {
    display: none;
}

.fullScreen {
    height: 100%;
    width: 100%;
    border: none;
}

.ui-widget-header {
    display: none !important;
}

.ui-resizable-handle {
    display: none !important;
}

.ui-widget-overlay {
    background: #000;
    opacity: 0.4
}

.ui-widget-content {
    border: 0px !important;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.5);
}

.ui-dialog {
    width: 350px !important;
    margin: 0 auto !important;
    text-align: center;
}

.blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    overflow: hidden;
}

.login-card {
    background-size: 100% 400px !important;
}

.PassLink {
    color: #27629c;
}

.line-effect::after {
    background-color: #27629c !important;
}

.animate-text {
    color: #333 !important;
}

.form_header {
    text-align: left;
}

    .form_header img {
        width: 150px;
        height: auto;
    }

    .form_header p {
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        color: #1D1D1D;
        padding: 5px 0px 20px 0px;
        margin: 0;
    }

.input-Group label {
    font-size: 16px;
    color: #1D1D1D;
}

.password {
    background: #34495E;
    border: 0;
    border-radius: 4px 0px 0px 4px;
    padding: 8px 16px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.otpLogin {
    border: 0;
    background: #daecfc;
    border-radius: 0px 4px 4px 0px;
    padding: 8px 16px;
    color: #1D1D1D;
    position: relative;
    right: 3px;
    font-size: 14px;
    cursor: pointer;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #1D1D1D !important;
}