* {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}

.myform-area {
    background-image: url('../../../default/assets/images/modal-bg.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.myform-area .form-area {
    position: relative;
    background: rgba(152, 166, 72);
    overflow: hidden;
    box-shadow: -1px 0px 7px 2px #e1e1e1;
}

.myform-area .form-area .form-content,
.myform-area .form-area .form-inputt {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
    box-sizing: border-box;
}

.myform-area .form-area .form-content {
    width: 100%;
    padding: 40px 30px;
}

.myform-area .form-area .form-content h2 {
    color: #fff;
}

.myform-area .form-area .form-content p {
    color: #fff;
}

.myform-area .form-area .form-content ul {
    margin-top: 50px;
}

.myform-area .form-area .form-content ul li {
    display: inline-block;
    margin-right: 10px;
}

.myform-area .form-area .form-content a i {
    margin-right: 10px;
}

.myform-area .form-area .form-content .facebook {
    display: block;
    padding: 10px 20px;
    background: #3B579D;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #3B579D;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.myform-area .form-area .form-content .facebook:hover,
.myform-area .form-area .form-content .facebook:focus {
    background: transparent;
}

.myform-area .form-area .form-content .twitter {
    display: block;
    padding: 10px 20px;
    background: #00ACED;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #00ACED;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.myform-area .form-area .form-content .twitter:hover,
.myform-area .form-area .form-content .twitter:focus {
    background: transparent;
}

.myform-area .form-area .form-inputt {
    background-color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 40px 0 #e1e1e1;
    width: 100%;
    background: #fff;
    padding: 5px 30px;
}

.myform-area .form-area .form-inputt h2 {
    margin-bottom: 20px;
    color: #07315B;
}

.myform-area .form-area .form-inputt textarea {
    height: 120px;
    padding: 20px 0;
}

.myform-area .form-area .form-inputt input,
.myform-area .form-area .form-inputt textarea {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: none;
    border-bottom: 2px solid #e1e1e1;
    color: #07315B;
}

.myform-area .form-area .myform-button .myform-btn {
    width: 100%;
    height: 50px;
    font-size: 17px;
    background: rgba(152, 166, 72);
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.myform-area .form-area .myform-button .myform-btn:hover {
    background: #07315B;
}

.myform-area .form-area .form-inputt input,
.myform-area .form-area .form-inputt textarea {
    border-bottom: 2px solid #98a648;
}

.login-viewport {
    height: 100vh;
}

.login-title {
    padding-top: 30px;
    font-size: 20px;
}

.login-portal-title {
    color: white !important;
    font-family: "Algerian", Times, serif;
    font-size: 30px;
    padding-top: 40px;
}

.login-logo-bar {
    background: #fff;
}

.login-logo {
    height: 100px;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.login-error {
    clear: both;
    text-align: left;
}

.captcha-row {
    flex-wrap: nowrap;
    gap: 5px;
}

.captcha-image-wrapper {
    border: 1px solid #000;
    flex: 0 0 auto;
    max-width: 45%;
}

.captcha-image {
    max-width: 100%;
    border: 0;
    object-fit: contain;
}

.captcha-refresh {
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0 2px;
    margin-bottom: 10px;
    outline: none;
    flex: 0 0 auto;
}

.captcha-field-wrap {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
}

.captcha-label {
    font-size: 14px;
    margin-bottom: 2px;
    color: #000;
    font-weight: normal;
    white-space: nowrap;
}

.captcha-input {
    border: 1px solid #666 !important;
    border-radius: 6px;
    padding: 6px 10px;
    width: 100%;
    outline: none;
    height: 38px;
}

.form-material-password {
    position: relative;
}

.password-field {
    padding-right: 42px;
}

.password-toggle {
    position: absolute;
    right: 8px;
    top: calc(50% + 10px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    text-decoration: none;
    z-index: 2;
    padding: 0;
    width: 32px;
    height: 32px;
}
