@import url('/s/login/fonts/font.css');

.login {background: url("https://goka4.ru/templates/k4/images/bg-site.jpg");background-attachment: fixed;}

.login .content {
  background-color:#fff; 
  width: 291px;
  margin: 0 auto; 
  margin-bottom: 0px;
  padding: 30px;  
  padding-top: 20px;  
  padding-bottom: 15px;  
}

.register .content {
    width: auto;
}
.register .content {
    max-width: 660px;
}

body {
    color: #000;
    font-family: 'Open Sans';
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    min-width: 320px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

h1{font-size:38.5px}
h2{font-size:31.5px}
h3{font-size:24.5px}
h4{font-size:17.5px}
h5{font-size:14px}
h6{font-size:11.9px}
.bbcodes {
    background-image: none;
    filter: none;
    border: 0;
    padding: 7px 14px;
    text-shadow: none;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
input[value$="Не принимаю"]{
    color: white;
    text-shadow: none;
    background-color: #d84a38;
}

input[value$="Не принимаю"]:hover,
input[value$="Не принимаю"]:focus,
input[value$="Не принимаю"]:active{
    background-color: #bb2413 !important;
    color: #fff !important;
}
input[value$="Принимаю"] {
    color: white;
    text-shadow: none;
    background-color: #35aa47;
}

input[value$="Принимаю"]:hover,
input[value$="Принимаю"]:focus,
input[value$="Принимаю"]:active{
    background-color: #1d943b !important;
    color: #fff !important;
}