::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(109, 109, 109, 0.5);
    font-size: 0.8em;
    opacity: 1; /* Firefox */
  }
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(180, 180, 180);
  }
  
::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(180, 180, 180);
  }

.login-box
{
    width: 320px;
    height: auto;
    /* background: rgba(0, 0, 0, 0.5); */
    /* background: rgb(121,120,120); */
    /* background: radial-gradient(circle, rgba(121,120,120,1) 45%, rgba(77,76,76,1) 99%); */
    color: rgb(14, 12, 41);
    top: 52%;
    left: 50%; 
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 30px 30px;
    border-radius: 0px;
}

.avatar
{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: -70px;
    left: calc(58% - 50px);

}

.login-box p
{
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.login-box input
{
    width: 100%;
    margin-bottom: 20px;
}

.input {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid rgb(212, 212, 212);
    border-bottom: 1px solid rgb(143, 143, 143);
    background: transparent;
    outline: none;
    height: 40px;
    color: rgb(116, 116, 116);
    font-size: 16px;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;border-radius: 0%;-webkit-appearance: none;-moz-appearance: none;appearance: none;

}

input[type="file"] {
    display: none;
 }

.custominput {
    color: rgb(46, 46, 46);
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    font-family: 'Prompt', sans-serif;
 }

.login-box input[type="text"], input[type="password"], input[type="tel"]
{
    border: none;
    border-bottom: 1px solid rgb(99, 99, 99);
    background: transparent;
    outline: none;
    height: 40px;
    color: rgb(138, 138, 138);
    font-size: 16px;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Prompt', sans-serif;
}

.login-box input[type="button"]
{
    
    /* border: none;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    transform: none;
    font-family: 'Prompt', sans-serif;
    background-color: #8ebc42;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    height: 40px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.login-box input[type="submit"]:hover
{
    cursor: pointer;
    /* background: #3964dc; */
    color: #000;
    transform: none;

    background-color: #0148b3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.login-box a
{
    text-decoration: none;
    font-size: 14px;
    color: #132baf;
}

.login-box a:hover
{
    color: #132baf;
}

.box-hint 
{
    color:#8d0f0f;
    font-size:0.8em;
}