@import url(../front/front.css); body { background-color: #FFEED4; font-family: 'Tac1', sans-serif; } .header { background-color: #F7AA27; color: white; padding: 15px 0; display: flex; justify-content: space-between; align-items: center; } .header-logo { margin-left: 20px; } .header-logo img { width: 100px; height: auto; } .header-info { display: flex; align-items: center; } .header-tech { font-size: 2em; margin-right: 10px; /* Минимальный отступ */ } .header-center { font-family: 'Tac1', sans-serif; font-size: 1.2em; margin-right: 180px; /* Большой отступ */ } .header-location, .header-phone { font-size: 1.2em; /* Увеличенный шрифт */ margin-right: 20px; /* Отступ для телефона */ } .login { padding-top: 125px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .login form{ display: flex; flex-direction: column; } .pred_up{ width: 1000px; margin: 0 auto; border-radius: 10px; -webkit-box-shadow: 0px 19px 8px 0px rgba(34, 72, 80, 0.2); -moz-box-shadow: 0px 19px 8px 0px rgba(34, 72, 80, 0.2); box-shadow: 0px 19px 8px 0px rgba(34, 72, 80, 0.2); padding: 20px; text-align: center; height: 60%; background-color: #fff; overflow: auto; } .login input[type="text"],.login input[type="password"],.login input[type="email"] { width: 500px; height: 40px; margin-bottom: 20px; padding: 10px; border: 1px solid #ccc; font-size: 20px; border-radius: 5px; display: flex; align-items: center; } .login input[type="submit"] { width: 100%; height: 40px; background-color: #FF8800; color: #fff; border: none; border-radius: 5px; cursor: pointer; font-size: 20px; } .login input[type="submit"]:hover { background-color: orange; font-size: 20px; } ::placeholder{ font-size: 20px; } form p{ height: 5px; font-size: 20px; text-align: center; margin-left: 15px; } a{ text-decoration: none; color: black; } .footer { background-color: #DBAD63; color: white; padding: 15px 0; text-align: center; margin-top: 20px; }