﻿.tooltip {
    background: url(../../Images/info_i.png) no-repeat;
    position: absolute;
    display: inline-block;
    left: 100px;
    bottom: 40px;
    height: 20px;
    width: 20px;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 235px;
    min-width: 30px;
    min-height: 32px;
    padding: 6px 8px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    word-wrap: break-word;
    background-color: rgba(0,0,0,.75);
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 0%;
    text-align: left;
    margin-left: -117px;
    font-weight: 300;
    font-size: 14px;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.header-panel {
 
}
.header-logo {
    background: url(../../Images/360degree@work.svg) no-repeat;
       height: 46px;
    /* margin: 5px; */
    margin: 15px auto;
    width: 143px;
}
.form-panel {
    width: 300px;
    margin: auto;
    margin-top: 0px;
    padding: 24px 48px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(7,16,26,.15);
}
:focus {
    outline: none;
}
.form-panel .form-title {
    color: rgba(7,16,26,.9);
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: .25em;
    text-align: center;
}
.form-panel .form-sub-title {
    color: rgba(7,16,26,.7);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2em;
    margin-top: 0;
    text-align: center;
}
.form-panel .form-label {
    color: rgba(7,16,26,.7);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 16px;
    margin-bottom: 0;
}
.logininput {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    height: 40px;
    padding: 4px 11px;
    color: rgba(0,0,0,.65);
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}
.logininput:focus,
.logininput:active,
.logininput:hover {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    height: 40px;
    padding: 4px 11px;
    color: rgba(0,0,0,.65);
    border: 1px solid #13c26b !important;
    border-radius: 4px;
}
.logininput::placeholder {
    color: rgba(0,0,0,.25);
}
.submit-enable-btn {
    margin-top: 24px;
    cursor: pointer;
    margin: 24px auto 0px auto;
    border-radius: 20px;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
    width: 100px;
    display: block;
    color: #fff;
    background-color: #13c26b;
    border-color: #13c26b;
    border: 1px solid #13c26b;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 0 rgba(0,0,0,.045);
}
.submit-enable-btn:hover,
.submit-enable-btn:focus,
.submit-enable-btn:active {
    margin-top: 24px;
    cursor: pointer;
    margin: 24px auto 0px auto;
    border-radius: 20px;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
    width: 100px;
    display: block;
    color: #fff;
    background-color: #13c26b;
    border-color: #13c26b;
    border: 1px solid #13c26b;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 0 rgba(0,0,0,.045);
}
.cancel-btn {
    margin-top: 16px;
    background: #fff;
    text-align: center;
    margin: 10px auto;
    color: #13c26b;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    border-width: 0;
    box-shadow: unset;
    width: 100px;
    display: block;
    cursor: pointer;
}
.cancel-btn:hover,
.cancel-btn:focus,
.cancel-btn:active {
    margin-top: 16px;
    background: #fff;
    text-align: center;
    margin: 10px auto;
    color: #13c26b;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    border-width: 0;
    box-shadow: unset;
    width: 100px;
    display: block;
    cursor: pointer;
}
/*------------- snackbar*/
#snackbar {
    visibility: hidden; 
    min-width: 250px;
    margin-left: -125px;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border: 1px solid transparent;
    text-align: center;
    border-radius: .25rem;
    padding: .75rem 1.25rem;  
    position: fixed;
    z-index: 1092;
    left: 48%; 
    top: 74px;
    color:#3c763d;
    font-size: 15px;
}
#redsnackbar {
    visibility: hidden; 
    min-width: 250px;
    margin-left: -125px;
    background-color: #ff3a3a;
    border-color: #ff3a3a;
    border: 1px solid transparent;
    text-align: center;
    border-radius: .25rem;
    padding: .75rem 1.25rem;  
    position: fixed;
    z-index: 1092;
    left: 48%; 
    top: 74px;
    color:#FFFFFF;
    font-size: 15px;
}
#snackbar.show,#redsnackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}