body,html{height:100%}.content,body{flex-direction:column;display:flex}#header,.content,body{display:flex}body{margin:0;justify-content:center;align-items:center;overflow:hidden;font-family:Roboto,sans-serif}.content{width:418px;height:407px;background-color:#fff;box-shadow:0 2px 20px rgba(0,0,0,.12);border-radius:5px;align-items:center}#header{flex-direction:column;justify-content:space-between;align-items:center;margin-top:35px;margin-bottom:28px}#header p{margin:0;font-style:normal;font-weight:500;font-size:18px;line-height:24px;color:#000}#form input[type=password]::placeholder,#form input[type=text]::placeholder{font-style:normal;font-weight:400;font-size:16px;line-height:24px;display:flex;align-items:center;letter-spacing:.15px;color:#9e9e9e}#sumbit{width:327px;height:42px;margin-bottom:45px}.notification{width:500px;height:max-content;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:50%;right:50%;transform:translate(50%,calc(-50% - 264px))}.notification p{font-size:14px;margin-top:5px}.notification h4{font-size:16px;margin:7px 0 0}.notification-warning{background-color:#ffd8a4b0;border:3px solid #ffa624;border-radius:8px;color:#995c00}