﻿.LoginPanel { width: auto; padding: 0; }
.input-content.search { background: #fff; border-radius: 4px; box-shadow: 0 3px 99px 0 rgba(14, 47, 90, 0.18); padding: 20px; position: relative; width: 100%; }
.top-login { position: absolute; left: 50%; top: -73px; transform: translate(-50%,0); }
.form-login-pane { margin-top: 100px; }
.content-form { padding: 0 0 0px 0; }
.content-login .form-group { margin-right: 0; margin-left: 0; }
.top-login span { display: block; margin-bottom: 15px; }
.top-login h3 { margin: 0 0 10px 0; font-size: 18px; color: #2d65ae; font-weight: bold; }
.radio-login input[type=radio] { display: none; }
    .radio-login input[type=radio] + span + label { display: inline-block; margin: 0px; padding: 0px 25px; height: 38px; margin-bottom: 0; font-size: 16px; font-weight: normal; line-height: 38px; color: #9a9090; text-align: center; vertical-align: middle; cursor: pointer; background-color: #f9f9f9; border-bottom: 1px solid #efebeb; border-radius: 4px 4px 0px 0px; }
    .radio-login input[type=radio]:checked + span + label { outline: 0; background-color: #fff; color: #fb9b9b; border: 1px solid #efebeb; border-bottom: 0; }
.radio-login { padding-right: 8px; }
    .radio-login input[type=radio] + span { display: none; }

.content-form .input-group-addon, .content-form-tel .input-group-addon { /* border-radius: 0; */ background: none; font-size: 18px; color: #fb9b9b; }
.content-form .form-control, .content-form-tel .form-control { height: 40px; border-radius: 32px !important; border: 1px solid #c4c4c4; }
.button-login a { border-radius: 32px; box-shadow: 0 12px 22px 0 rgba(22, 211, 147, 0.24); background-image: linear-gradient(18deg, #128478, #16d293); display: block; padding: 6px 0; text-align: center; color: #fff; font-size: 18px; }
.btn-login-pane { margin-bottom: 15px; }
.button-login a.btn-pass-email { float: right; width: 235px; }

.button-login a.btn-back { float: left; background: none; box-shadow: none; color: #2d65ae; font-size: 13px; line-height: 27px; }
.button-login-ok a { border-radius: 0; box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.29); }
.button-login span.mark { padding: 0; background-color: transparent; margin-right: -5px; margin-top: 5px; margin-left: 5px; }
.button-login label { font-weight: normal; }
.button-register p { font-size: 11px; text-align: justify; color: #777; }
.button-register a { color: #0e2f5a; }
.forgot-pass a { padding: 0; display: inline-block; color: #0e2f5a; }
.forgot-pass i { width: 32px; height: 32px; text-align: center; box-shadow: 0 0 4px 0 #ddd; vertical-align: middle; line-height: 30px; border-radius: 50%; position: relative; right: 14px; z-index: 3; background: #fb9b9b; border: 2px solid #fff; font-size: 18px; color: #fff; }
.forgot-pass { text-align: left; }
.imgCaptcha { margin-bottom: 5px; }
.rtl .button-forgot a { margin-right: 5px; margin-left: 0; }

    .rtl .button-forgot a:nth-child(2) { background: #337ab7; border-color: #337ab7; }
.button-forgot a { margin-left: 5px; margin-right: 0px; }
/*login*/
.g-recaptcha { transform: scale(0.88); -webkit-transform: scale(0.88); transform-origin: 0 0; -webkit-transform-origin: 0 0; left: 31px; position: relative; }
.captcha-login { position: relative; }

    .captcha-login img.imgCaptcha { position: absolute; left: 1px; z-index: 10; top: 1px; background: #cccccc; max-width: 130px; max-height: 39px; margin: 0; height: 38px; border-radius: 24px 0 0 24px; }
    .captcha-login input[type="text"] { text-align: left; padding-left: 130px; }
/*google*/
.google-pluse-pane ul li a span { position: relative; display: inline-block; padding-left: 40px; }
    .google-pluse-pane ul li a span:after { content: ""; background: url('../images/google.png'); width: 31px; height: 31px; position: absolute; top: -6px; left: 0; }
/*msg*/
.panel-msg .alert, .panel-msges .alert { background: none; border: transparent; text-align: right; margin: 0 0 10px 0 !important; padding: 0; line-height: 1.6; color: #15c58e; }
.panel-msg .msg-box { text-align: center; font-size: 12px; display: block; margin-bottom: 15px; }
.alerts p { text-align: justify; margin-bottom: 15px; color: #2d65ae; font-size: 11px; }

.alerts button { margin-left: 10px; float: right; }
.captcha-login .input-group-addon { position: absolute; right: 14px; z-index: 10; top: 10px; }

    .captcha-login .input-group-addon i { color: #15c58e; }
.msg-help .dnnFormMessage { background: none; border: none; text-align: justify; margin-bottom: 0px; color: #2d65ae; font-size: 11px; padding: 0; line-height: 1.8; }
.btns-return { text-align: center; }

    .btns-return a { font-size: 18px; color: #2f4b70; }

@media screen and (max-height: 575px) {
    .g-recaptcha { transform: scale(0.77); -webkit-transform: scale(0.75); transform-origin: 0 0; -webkit-transform-origin: 0 0; left: 57px; position: relative; }
}
/*empty field*/
.input-group input.empty-field { border-left: 4px solid #f00; }
.register-input { margin-bottom: 100px; }
.input-group i.fa-check,.input-group i.fa-times { position: absolute; left: 15px; top: 13px; color: #13b689; }
