﻿* {
    box-sizing: border-box;
}

body {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}

form, #UpdatePanel1 {
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



#UpdatePanel1 img{
    width: 100px;
    height: 100px;
  margin-bottom: 3.5rem;
}

#UpdatePanel1 {
    background: #607d8b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
    width: 500px;
    padding: 10px 60px 30px 60px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

  .login-container h1 {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 28px;
        color: #003A5D;
        margin: 4.2rem 0 2rem 0;
    }

.has-error {
    color: #a50a07;
    font-weight: bold;
}


.btn-submit {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.input-lg {
    font-size: 16px;
    line-height: 19px;
}

 .input-lg::placeholder {
      color: rgba(51, 51, 51, 0.45);
 }


#btnBack {
    text-align: left;
    font-weight: bold;
    color: #003A5D;
    background: url('../Images/backImg.png') left 3px top 5px no-repeat;
    padding-left: 30px;
}
#btnBack:hover {
   color: #012c46;
}



@media only screen and (max-width: 600px) {
    .login-container {
        width: 90%;
        padding: 10px 40px 30px 40px;
    }



}
