            .auth-form-light {
                border: 2px solid #c39446;
                background: #5c6723;
                border-radius: 5px;
            }
            button, input[type=button], input[type=reset], input[type=submit] {
                background: #c39446 !important;
                color: #ffffff;
                border: 1px solid #c39446;
            }
            .hiddenradio [type=radio]:checked + img {
                border: 5px solid #c39446;
                width: 68px;
                border-radius: 2px;
            }
            .imajenka {
                border-radius: 15px;
                height: 65px;
                width: 65px !important;
            }
            .iti {
                display: block !important;
            }
            #valid-msg {
                color: #00c900;
            }
            #error-msg {
                color: #da3208;
            }
            .hide {
                display: none;
            }