.login-div {
    max-width: 500px;
    padding: 10% 0 0;
    margin: auto;
}
.img-logo {
    max-width:300px;
    height: 50px;
}
.login-form {
    position: relative;
    z-index: 1;
    background: #e6e6e6;
    max-width: 500px;
    margin: 0 auto 100px;
    padding: 45px;
    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);*/
}
.form-div {
    position: relative;
    z-index: 1;
    background: #e6e6e6;
    max-width: 500px;
    margin: 0 auto 100px;
    padding: 45px;
    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);*/
}
.form-div input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #ffffff;
    width: 80%;
    border: 0;
    
    
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
        
}
.input-container {
    background: #ffffff;
    margin: 0 0 15px;
    border-radius: 50px;
    text-align: center;
}
.input-icon {
    vertical-align: middle;
    width: 30px;
}
.form-div button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #3e9be9;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    border-radius: 50px;
}
.form-div button:hover,.form button:active,.form button:focus {
    background: #1589e7;
}
.form-div .message {
    margin: 15px 0 0;
    color: #15334b;
    font-size: 15px;
}
.form-div .message a {
    color: #15334b;
    text-decoration: none;
    font-weight: bold;
}


body {
    background: #e6e6e6;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;      
}

.msg-div {
    width: 100%;
    height: 20px;
    background-color: #4CAF50;
    text-align: center;
}

.txtp{
    font-size: small;
}
.txtp a {
    color: black;
}
.error {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 450px) {
    .form-div input {
        border-radius: 50px;
    }
}