﻿.alert {
    padding: 20px;
    z-index: 99999;
    position: fixed;
    font-family: "Open Sans";
    color: white;
    right: 0px;
    bottom: 0px;
    left: 0px;
    font-size: .16rem;
}

form.general .form-item.text-center {
    text-align: center;
}

form.general .form-item .captcha-container {
    background: #82dfb4;
    border-radius: 30px;
}

    form.general .form-item .captcha-container .captcha-button {
        width: 20px;
        margin-left: 10px;
        cursor: pointer;
        margin-bottom: 15px;
    }