/* Frontend general styles */
.omt-box {
    padding: 20px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.omt-success {
    color: #28a745;
    font-weight: bold;
}


.activate_your_license_container {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 25px;
    box-shadow: 0px 2px 5px 0px rgba(130, 130, 130, 0.24);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(130, 130, 130, 0.24);
    -moz-box-shadow: 0px 2px 5px 0px rgba(130, 130, 130, 0.24);
    width: 50%;
    margin-bottom: 20px;
}
.activate_your_license_container tr td {
    padding: 5px 0 0 0;
}
.label_title_big {
    font-size: 20px;
    line-height: 25px;
    color: #666666;
    padding-bottom: 8px;
    font-weight: 600;
    display: block;
}
.label_title_small {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    font-style: italic;
}
.activate_your_license_field input[type="text"] {
    background: #F2F2F2;
    border: none;
    border-radius: 4px;
    height: 44px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 44px;
    color: #000000;
    width: 100%;
}

.activate_your_license_button input[type="submit"] {
    background: #FFDD00;
    border: none;
    border-radius: 100px;
    height: 44px;
    font-size: 14px;
    color: #606060;
    width: 120px;
    font-weight: 600;
    margin-top: 5px;
    margin-left: 12px;
}
.activate_your_license_field input[type="submit"]:hover {
    background: #000000;
    color: #FFDD00;
}

.image_sec_box {
    width: 92px;
}
.cont_sec_box {
    width: 85%;
    padding-left: 5px !important;
}
.cont_sec_box p {
    padding-bottom: 8px;
    color: #666666;
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 500;
}

.submit button {
    background: #FFDD00;
    border: #AFAFAF 1px solid;
    border-radius: 4px;
    height: 40px;
    font-size: 14px;
    color: #000000;
    width: 120px;
    font-weight: 600;
    margin-top: 5px;
}
.submit button:hover {
    background: #000000;
    color: #FFDD00;
}

.wrap h1 {
    font-size: 30px;
    line-height: 32px;
    color: #000000;
    font-weight: 500;
}

.wrap h4 {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    font-weight: 400;
    padding: 0;
    margin: 2px 0 20px 0;
}
.form-table td p {
    padding: 0;
    margin: 0;
}
