﻿body {
    /* background-color: #00468A;*/
    background: radial-gradient(circle, #005EB8 0%, #00468A 100%);
    display:flex;
    justify-content:center;
    align-items:center;
}
h3
{
    font-family:GothamBold;
}
.login-window {
    display: flex;
    justify-content: center;
    align-items: center;
    /*max-width: 25em;
    min-height: 25em;*/
    /*background: linear-gradient(145deg, #e3e3e3, #ffffff);
      box-shadow: inset 30px 30px 60px #ededed,inset -30px -30px 60px #ffffff;
    */
    height: auto;
    width: 370px;

    background-color: #FFFFFF;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
    border: 1px solid #00468A;
    border-radius: 8px;
    margin: 0 auto;
}

.img-logo
{
    height: 50px;
    width: 230px;
}

.client-login {
    height: 29px;
    width: 100%;
    color: #323232;
    font-family: Gotham;
    font-size: 21px;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
}

.enter-your-credentia {
    /*height: 24px;*/
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

.btnLogin {
    height: 46px;
    width: 310px;
    border-radius: 23px;
    background-color: #005EB8;
}


.text-box-class {
    height: 47px;
    width: 310px;
    border-radius: 25px;
    background-color: #EEEEEE;
    /*margin-left:-33px;*/
    text-align: center;
    border:none;
}

.forgot-password {
    height: 29px;
    width: 100%;
    color: #323232;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
}


.login-window-image
{
    /*width: 12em;
    height: 9em;*/
    
    width: 230px;
    height: 50px;
    margin:0 auto;
    background-image:url('../images/Salumatics-logo.png');
    background-size: contain;
    background-repeat:no-repeat;

}
.login-inputs-container
{
    width:100%;
    display:flex;
    justify-content: center;
    margin:0 auto;
    padding: 10px 0;
    text-align:center;border-radius:23px;
}
.login-text-control 
{
    padding: 0.5em 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 23px;
}
.login-button-control {
    display: flex;
    justify-content: center;
    padding: 1.5em 0;
    width: 100%;
    /*margin-left:-25px;*/
}
.btn-form-login
{
    width:90% !important;
    background-color: #005EB8;
    font-family:GothamBold;
}

.help {
    border: 1px solid #b9b9b9;
    background-color: #EFEFEF;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 4px 0px 30px;
    position: absolute;
    top: -3em;
    right: -1px;
}