@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
  /*   width: 360px; */
    padding: 8% 0 0;
    margin: auto;
}

.onleclickloginform {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
      max-width: 360px;  
    margin: 0 auto 40px;
    padding: 45px;
    padding-top: 10px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.onleclickloginform img{
    width: 75% !important;
        padding: 16px;
}

.onleclickloginform input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.onleclickloginform button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #333333;;
    width: 100%;
    border: 0;
    padding: 7px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.onleclickloginform button:hover,
.onleclickloginform button:active,
.onleclickloginform button:focus {
    background: #111111;
}
.onleclickloginform div.success{
color:#198754 !important;
}
 
 .onleclickloginform div.error {
    color:#dc3545 !important
 }
 .response{
    font-size: 15px !important;
 }