﻿.note {
    padding: 10px;
    font-weight: bold;
    display: block;
    height: 20px;
}
.alert-msg {
    color: red;
}

.auth-method {
    padding: 0 30px 30px;
}

.auth-content {
    padding: 20px
}

.auth-content .login_row, .auth-content .login_button {
    margin-left: 105px;
    width: 84%
}

.auth-code {
    width: 37% !important;
}

.auth-submit {
    width: 22% !important;
}

.frozen-btn {
    width: 37% !important;
}

.btn-close {
    cursor: pointer;
    text-decoration: none;
    margin: 0 10px;
}

.login_row .RadAjaxPanel {
    display: inline !important;
}