
body
{
	font-family: 'Noto Sans', sans-serif;
}

.front
{
   color:#585858;
}
.input_place
{
   
 font-size: 15px;
  
}
.input_place,
input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 3;
}
.login
{
max-width:90%;
}
.button_common 
{
     background-image: linear-gradient(to right, #fda085 100%, #f6d365 100%);
}

#toggle_pwd
{
    cursor: pointer;
    position: absolute;
    right: 86px;
    bottom: 277px
}