.t-records { 
 background-color: #ffffff; 
} 
body.t-body { 
 background-color: #FFFFFF !important; 
 background-image: url(); 
 background-repeat: repeat; 
 background-attachment: fixed; 
} 
 
@supports not (-webkit-touch-callout: none) { 
 body.t-body { 
 background-position: center; 
 } 
}

.t772__bgimg.t-bgimg.loaded {
    transition: opacity 0.5s ease-in-out;
}

form .t-descr,
form .t-input,
form .t-select {
    font-size: 14px;
}

.t-checkbox__indicator {
    border-radius: 5px;
}