html, body{
    height: 100%;
    margin: 0;
}
body{
   background-image: linear-gradient(180deg, #161717 0%, #4B4B4B 100%);
   font-family: 'Roboto', sans-serif;
}
.bigContainer{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.containerBox{
    background: #F8F8F8;
    width: 412px;
    border-radius: 10px;
}
#btnDisabled{
    background:#8a898a;
    cursor: no-drop;
}
.noShow {
    visibility: hidden;
}
.noShowD{
    display: none;
}
#hidePwd{
    visibility: hidden;
}

.pwd{
    position: relative;
}
.icon{
    color: #D7D7D7;
    position: absolute;
    cursor: pointer;
    transition: all ease 150ms;
}
.icon:hover{
    color: #EA6E19;
}
.logoSect{
    margin: 40px 50px 40px;
}
.stdLabel{
    color: #898989;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin: 12px 8px 6px;
}
.stdLabel.small{
    font-size: 12px;
}
.stdLabel.medium{
    font-size: 16px;
}
.stdLabel.big{
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0 25px;
    color: #EA6E19;
    font-family: "RobotoExtraBold", sans-serif;
}

.stdLabel.goToMessage{
    color: #EA6E19;
    text-align: center;
    cursor: pointer;
    transition: all ease 300ms;
    margin-bottom: 5px;
    font-weight: 600;
}
.stdLabel.goToMessage.button{
    border: solid 1px #ea6e19;
    width: 320px;
    margin: 8px auto;
    border-radius: 6px;
    padding: 12px 0 10px;
}
.stdLabel.goToMessage.button:hover{
    color: #ffffff;
    background: #ea6e19;
}
.stdLabel.goToMessage:hover{
    color: #df5e05;
}
.stdInpCont{
    width: 320px;
    margin: 0 auto;
}

input[type=text]::placeholder, input[type=password]::placeholder, input[type=date]::placeholder {
  color: #D7D7D7;
  padding-left: 5px;
  opacity: 1; /* Firefox */
}

input[type=text], [type=password], [type=date] {
font-family: 'Roboto', sans-serif;
    border: 1px solid #D7D7D7;
    border-radius: 6px;
    width: 98%;
    height: 45px;
    background-color: #FFFFFF !important;
    font-size: 14px;
    padding-left: 8px;
    color: #161717;
}
[type=button] {
font-family: 'Roboto', sans-serif;
outline: none;
}
input:focus {
    outline: none;
    border: 1px solid #EA6E19;

}
.badPwd:focus{
       border: 1px solid #fa0000;
}
input:disabled {
    color: #828182;
    cursor: default;
    border: 1px solid #383837;
    background-color: #383837;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
   transition: background-color 15000s ease-in-out 0s;
}
#btnChangeMessage, #btnMessage{
    color: #F52626;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 0 5px;
}
.stdbtnSubmit {
  border-radius: 6px;
  cursor: pointer;
    background-color: #EA6E19;
    height: 45px;
    width: 320px;
    margin: 8px 0 35px;
    border: none;
    transition: all ease 400ms;
}

.stdbtnSubmit:hover{
    background-color: #df5e05;
}
input.stdbtnSubmit {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  outline: none;
}

.footer{
    font-size: 12px;
    color: #9B9B9B;
    width: 100%;
    margin-top: 2%;
    margin-left: 0 !important;
}
