<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.activation {
    padding: 50px 20px 0 20px;
    overflow: hidden;
}
.activation form {
    padding-top: 50px;
}
.activation .row {
    margin-top: 0;
}
.activation .btn-file {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.activation .btn-file input[type=text] {
    width: 100%;
}
.activation .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}
.activation #aktivasyon input[readonly] {
    background-color: white !important;
    cursor: text !important;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 2px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.activation .input-group-btn {
    border: none;
    box-shadow: none;
}
.activation .form-group .error {
    color: red;
}
.activation input, .activation select {
    border-radius: 2px;
    box-shadow: none;
}
.activation input:focus, .activation select:focus {
    box-shadow: none;
}
.activation input[name="phone"] {
    height: 48px;
}
.activation #phone-activation, .activation #email-activation {
    padding-top: 10px !important;
}
.activation #phone-activation label, .activation #email-activation label {
    font-size: 16px;
}
.activation #phone-activation input, .activation #email-activation input {
    height: 48px;
}
.activation #phone-activation .but_small5, .activation #email-activation .but_small5 {
    padding: 7px 25px;
}
.activation #phone-activation .change, .activation #email-activation .change {
    border-color: #666;
    color: #666;
}
.activation #phone-activation .change:hover, .activation #email-activation .change:hover {
    background-color: #666;
    background: #666;
    color: #fff;
}
.activation #phone-activation .send:hover, .activation #email-activation .send:hover{
    border-color: #9eca45;
    background: #9eca45;
    color: #fff;
}
.less2-center .not {
    display: block;
    font-size: 15px;
    color: #777;
}
.activation .success h5 {
    font-weight: normal;
}
.activation .success h2 {
    color:#83C723;
}

/*
.activation .but_small1 {
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    text-align: center;
}*/
</pre></body></html>