@charset "UTF-8";
@import url(https://hclod.com/fonts/spacehost.css);
*,
body {
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        "Noto Sans",
        sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
.bg-color1 {
    background-color: #7d96a3;
}
.bg-color2 {
    background-color: #90caf6;
}
.bg-color3 {
    background-color: #7c969d;
}
#header-holder {
    position: relative;
    z-index: 999;
    background-color: #fff;
    background-repeat: repeat;
    background-size: 778px 481px;
    padding-top: 55px;
    -webkit-animation: movebg 30s linear both infinite;
    -moz-animation: movebg 30s linear both infinite;
    animation: movebg 30s linear both infinite;
}
@keyframes movebg {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 480px;
    }
}
@-webkit-keyframes movebg {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 480px;
    }
}
#header-holder .bottom-gradiant {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
}
#header-holder #main-nav {
    border: 0;
    background-color: transparent;
}
.logo {
    width: 153px;
    height: 46px;
    margin-top: 7px;
}
.navbar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        sans-serif;
    color: #a7bcc1;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
}
.navbar-default .navbar-nav > li > a span {
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        sans-serif;
    color: #a7bcc1;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.navbar-default .navbar-nav > li > a span:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -4px;
    background-color: #7d96a3;
    transition: all 0.3s ease;
}
.navbar-default .navbar-nav > li > a:hover span:after {
    width: 100%;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #8f83d7;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #8f83d7;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a.chat-button {
    display: inline-block;
    position: relative;
    padding: 4px 14px 4px 28px;
    background-color: #eafcd9;
    border-radius: 10px;
    color: #4e717ac4;
    opacity: 1;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left: 15px;
    font-weight: 700;
    font-size: 14px;
}
.navbar-default .navbar-nav > li > a.chat-button:before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #80e847;
}
.navbar-default .navbar-nav > li > a.chat-button:focus,
.navbar-default .navbar-nav > li > a.chat-button:hover {
    background-color: #e1fac8;
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.navbar-default .navbar-toggle {
    border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #7d96a3;
    transition: all 0.3s ease;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
    opacity: 0.7;
}
.navbar-toggle {
    margin-top: 17px;
}
#top-content {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 40px;
}
#top-content .big-title {
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        sans-serif;
    font-size: 50px;
    color: #527292;
    font-weight: 100;
    line-height: 62px;
    margin-bottom: 40px;
}
#top-content .domain-search-holder {
    margin-bottom: 80px;
}
#top-content .domain-search-holder input[type="text"] {
    padding: 20px 35px;
    border-radius: 10px;
    background-color: #f1f4f5;
    font-size: 18px;
    color: #7c969d;
    border: 0;
    outline: 0;
    width: 100%;
    max-width: 420px;
    transition: all 0.3s ease;
}
#top-content .domain-search-holder input[type="text"]:focus,
#top-content .domain-search-holder input[type="text"]:hover {
    background-color: #f4f7f8;
}
#top-content .domain-search-holder input[type="submit"] {
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #7d96a3;
    font-size: 18px;
    color: #fff;
    border: 0;
    margin-left: 8px;
    transition: all 0.3s ease;
}
#top-content .domain-search-holder input[type="submit"]:focus,
#top-content .domain-search-holder input[type="submit"]:hover {
    background-color: #6b808b;
}
#top-content .domain-search-holder ::-webkit-input-placeholder {
    color: #7c969d;
}
#top-content .domain-search-holder :-moz-placeholder {
    color: #7c969d;
}
#top-content .domain-search-holder ::-moz-placeholder {
    color: #7c969d;
}
#top-content .domain-search-holder :-ms-input-placeholder {
    color: #7c969d;
}
#top-content .arrow-button-holder {
    text-align: center;
    display: inline-block;
}
#top-content .arrow-button-holder a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}
#top-content .arrow-button-holder .arrow-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #f1f4f5;
    border-radius: 10px;
    margin-bottom: 22px;
    transition: all 0.3s ease;
}
#top-content .arrow-button-holder .arrow-icon .sphst {
    color: #7d96a3;
    font-size: 15px;
    padding-top: 16px;
    transition: all 0.3s ease;
}
#top-content .arrow-button-holder a:focus .arrow-icon .sphst,
#top-content .arrow-button-holder a:hover .arrow-icon .sphst {
    padding-top: 18px;
}
#top-content .arrow-button-holder .button-text {
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #a7bcc1;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
#top-content .arrow-button-holder a:focus .button-text,
#top-content .arrow-button-holder a:hover .button-text {
    color: #9bb0b5;
}
.row-title {
    display: inline-block;
    padding: 6px 50px;
    font-size: 19px;
    font-weight: 700;
    color: #7c969d;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 38px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 38px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 38px rgba(0, 0, 0, 0.08);
    margin-top: 40px;
    margin-bottom: 40px;
}
#features {
    background-color: #7d96a3;
    -webkit-box-shadow: 0 30px 80px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 30px 80px rgba(0, 0, 0, 0.19);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.19);
    position: relative;
    z-index: 1000;
}
#more-features {
    background-color: #f8f9f9;
    padding-top: 40px;
    padding-bottom: 0;
    text-align: center;
}
#more-features .mfeature-box {
    margin-bottom: 20px;
}
#more-features .mfeature-box .mfeature-title {
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        sans-serif;
    font-size: 30px;
    color: #8199a0;
    font-weight: 100;
    margin-bottom: 20px;
}
#more-features .mfeature-box .mfeature-text {
    color: #fff;
    border-radius: 12px;
    padding: 40px 60px;
    font-size: 17px;
    -webkit-box-shadow: 0 6px 37px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 6px 37px rgba(0, 0, 0, 0.11);
    box-shadow: 0 6px 37px rgba(0, 0, 0, 0.11);
    transition: all 0.3s ease;
}
#more-features .mfeature-box:hover .mfeature-text {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
#pricing {
    background-color: #f8f9f9;
    background-repeat: repeat;
    background-size: 778px 481px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
}
#pricing .pricing-box {
    position: relative;
    padding: 30px 10px;
}
#pricing .pricing-box.best-choise .pricing-title:before {
    position: absolute;
    font-family: spacehost !important;
    content: "\61";
    color: #45eaa2;
    top: -22px;
    right: -5px;
    transform: rotate(-15deg);
    font-size: 40px;
}
#pricing .pricing-box.best-choise .pricing-title:after {
    position: absolute;
    content: "Mais Vendido!";
    color: #7d96a3;
    font-weight: 700;
    font-size: 16px;
    top: -47px;
    right: -40px;
    transform: rotate(-10deg);
}
#pricing .pricing-box .pricing-content {
    position: relative;
    background-color: #fff;
    padding: 40px;
    border-radius: 25px;
    z-index: 100;
    -webkit-box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
    -moz-box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
    box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
    transition: all 0.3s ease;
}
#pricing .pricing-box:focus .pricing-content,
#pricing .pricing-box:hover .pricing-content {
    transform: scale(1.03);
    -webkit-box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
    -moz-box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
    box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
}
#pricing .pricing-box .pricing-content .pricing-title {
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        sans-serif;
    font-size: 30px;
    font-weight: 100;
    color: #7d96a3;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
#pricing .pricing-box:focus .pricing-content .pricing-title,
#pricing .pricing-box:hover .pricing-content .pricing-title {
    color: #7d96a3;
}
#pricing .pricing-box .pricing-content .pricing-price {
    font-size: 65px;
    font-weight: 700;
    color: #7d96a3;
    margin-bottom: 22px;
    transition: all 0.3s ease;
}
#pricing .pricing-box:focus .pricing-content .pricing-price,
#pricing .pricing-box:hover .pricing-content .pricing-price {
    color: #7d96a3;
}
#pricing .pricing-box .pricing-content .pricing-info {
    color: #7d96a3;
    font-size: 17px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
}
#pricing .pricing-box:focus .pricing-content .pricing-info,
#pricing .pricing-box:hover .pricing-content .pricing-info {
    color: #7d96a3;
}
#pricing .pricing-box .pricing-content .pricing-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#pricing .pricing-box .pricing-content .pricing-details ul li {
    position: relative;
    color: #7d96a3;
    font-size: 17px;
    margin-bottom: 18px;
    text-align: left;
    margin-left: 10px;
    transition: all 0.3s ease;
}
#pricing .pricing-box:focus .pricing-content .pricing-details ul li,
#pricing .pricing-box:hover .pricing-content .pricing-details ul li {
    color: #7d96a3;
}
#pricing .pricing-box .pricing-content .pricing-details ul li:first-child {
    font-weight: 600;
}
#pricing .pricing-box .pricing-content .pricing-details ul li:before {
    font-family: spacehost !important;
    content: "\63";
    color: #45eaa2;
    font-size: 12px;
    font-weight: 400;
    margin-right: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#pricing .pricing-box .pricing-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    z-index: -1;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
#pricing .pricing-box:focus .pricing-content:after,
#pricing .pricing-box:hover .pricing-content:after {
    opacity: 1;
}
#pricing .pricing-box .pricing-link {
    margin-top: 50px;
}
#pricing .pricing-box .pricing-link a {
    color: #7d96a3;
    font-size: 20px;
    text-decoration: none;
}
#pricing .pricing-box .pricing-link a .sphst {
    vertical-align: middle;
    transform: rotate(-90deg);
    font-size: 16px;
    color: #3ee99f;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 8px;
}
#pricing .pricing-box .pricing-link a:focus .sphst,
#pricing .pricing-box .pricing-link a:hover .sphst {
    margin-left: 10px;
}
#search-box {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
#search-box p {
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        sans-serif;
    font-size: 50px;
    color: #527292;
    font-weight: 100;
    line-height: 62px;
    margin-bottom: 40px;
}
#search-box .domain-search-holder input[type="text"] {
    padding: 20px 35px;
    border-radius: 10px;
    background-color: #f1f4f5;
    font-size: 18px;
    color: #7c969d;
    border: 0;
    outline: 0;
    width: 100%;
    max-width: 420px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#search-box .domain-search-holder input[type="text"]:focus,
#search-box .domain-search-holder input[type="text"]:hover {
    background-color: #f4f7f8;
}
#search-box .domain-search-holder input[type="submit"] {
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #7d96a3;
    font-size: 18px;
    color: #fff;
    border: 0;
    margin-left: -20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#search-box .domain-search-holder input[type="submit"]:focus,
#search-box .domain-search-holder input[type="submit"]:hover {
    background-color: #6b808b;
}
#search-box .domain-search-holder ::-webkit-input-placeholder {
    color: #7c969d;
}
#search-box .domain-search-holder :-moz-placeholder {
    color: #7c969d;
}
#search-box .domain-search-holder ::-moz-placeholder {
    color: #7c969d;
}
#search-box .domain-search-holder :-ms-input-placeholder {
    color: #7c969d;
}
#domain-pricing {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #fff;
}
#domain-pricing .container {
    border-radius: 10px;
    background: #7d96a3;
}
#message-with-link {
    background-color: #e9eeef;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}
#message-with-link span {
    font-size: 17px;
    color: #7c969d;
    margin: 5px;
    margin-right: 20px;
}
#message-with-link a.button-purple {
    display: inline-block;
    background-color: #7d96a3;
    padding: 4px 15px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#message-with-link a.button-purple:focus,
#message-with-link a.button-purple:hover {
    text-decoration: none;
    background-color: #6b808b;
}
#contact {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}
#contact .contact-holder {
    display: inline-block;
    width: 60%;
}
#contact .contact-holder div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
#contact .contact-box {
    text-align: left;
    margin-bottom: -4px;
    margin-left: 12px;
}
#contact .contact-box h4 {
    font-size: 17px;
    font-weight: 600;
    color: #7d96a3;
    margin-top: 20px;
    margin-bottom: 10px;
}
#contact .contact-box p {
    font-size: 17px;
    color: #7b9ba2;
    margin-bottom: 10px;
}
#contact .contact-box a {
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #527292;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#contact .contact-box a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 50%;
    margin-left: -50%;
    bottom: -3px;
    background-color: #7d96a3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#contact .contact-box a:focus:after,
#contact .contact-box a:hover:after {
    width: 90%;
    margin-left: -45%;
}
#contact #contactform {
    margin-top: 30px;
    margin-bottom: 10px;
}
#contact #contactform ::-webkit-input-placeholder {
    color: #7c969d;
}
#contact #contactform :-moz-placeholder {
    color: #7c969d;
}
#contact #contactform ::-moz-placeholder {
    color: #7c969d;
}
#contact #contactform :-ms-input-placeholder {
    color: #7c969d;
}
#contact #contactform input[type="text"] {
    border: 1px solid #9e9e9e;
    background-color: #fff;
    border-radius: 10px;
    font-size: 17px;
    color: #7c969d;
    padding: 14px 20px;
    outline: 0;
    width: 98%;
    text-align: left;
    margin-bottom: 24px;
}
#contact #contactform input[type="text"]:focus,
#contact #contactform input[type="text"]:hover {
    border: 1px solid #696969;
}
#contact #contactform input[type="email"] {
    border: 1px solid #9e9e9e;
    background-color: #fff;
    border-radius: 10px;
    font-size: 17px;
    color: #7c969d;
    padding: 14px 20px;
    outline: 0;
    width: 98%;
    text-align: left;
    margin-bottom: 10px;
}
#contact #contactform input[type="email"]:focus,
#contact #contactform input[type="email"]:hover {
    border: 1px solid #696969;
}
#contact #contactform textarea {
    border: 1px solid #9e9e9e;
    background-color: #fff;
    border-radius: 12px;
    font-size: 17px;
    color: #7c969d;
    padding: 10px 20px;
    outline: 0;
    width: 100%;
    height: 180px;
    text-align: left;
    margin-bottom: 10px;
    resize: none;
}
#contact #contactform textarea:focus,
#contact #contactform textarea:hover {
    border: 1px solid #696969;
}
#contact #contactform input[type="submit"] {
    background-color: #7d96a3;
    float: right;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    pointer-events: all;
    border-radius: 12px;
    font-size: 17px;
    outline: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#contact #contactform input[type="submit"]:hover {
    background-color: #6b808b;
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateAnimation {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@media (max-width: 1200px) {
    #pricing .pricing-box {
        padding: 30px 0;
    }
    #pricing .pricing-box .pricing-content {
        padding: 40px 30px;
    }
}
@media (max-width: 992px) {
    #pricing .pricing-box.best-choise .pricing-title:after {
        top: -44px;
        right: -5px;
    }
    #pricing .pricing-box.best-choise .pricing-title:before {
        top: -24px;
        right: 20px;
    }
}
@media (max-width: 768px) {
    .navbar-toggle {
        margin-right: 0;
    }
    #top-content .domain-search-holder input[type="text"] {
        max-width: 100%;
        margin-bottom: 10px;
    }
    #top-content .domain-search-holder input[type="submit"] {
        margin-left: 0;
    }
    #search-box .domain-search-holder input[type="text"] {
        max-width: 100%;
        margin-bottom: 10px;
    }
    #search-box .domain-search-holder input[type="submit"] {
        margin-left: 0;
    }
    #contact .contact-holder {
        width: 90%;
    }
}
.pricing-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.pricing-tab {
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #7c969d;
    padding: 12px 30px;
    margin: 10px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}
.pricing-tab:hover {
    border-color: #7b9ba2;
    color: #7b9ba2;
}
.pricing-tab.active {
    background: #7b9ba2;
    border-color: #7b9ba2;
    color: #fff;
}
.pricing-tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}
.pricing-tab-content.active {
    display: block;
}
.forgot-modal,
.login-modal,
.register-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow-y: auto;
}
.forgot-modal.active,
.login-modal.active,
.register-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.forgot-modal-content,
.login-modal-content,
.register-modal-content {
    background: #fff;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn 0.3s ease;
}
@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.forgot-modal-header,
.login-modal-header,
.register-modal-header {
    background: #7b9ba2;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.forgot-modal-header h3,
.login-modal-header h3,
.register-modal-header h3 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}
.forgot-close,
.login-close,
.register-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}
.forgot-close:hover,
.login-close:hover,
.register-close:hover {
    opacity: 0.8;
}
.forgot-modal-body,
.login-modal-body,
.register-modal-body {
    padding: 30px;
}
.forgot-form-group,
.login-form-group,
.register-form-group {
    margin-bottom: 20px;
}
.forgot-form-group label,
.login-form-group label,
.register-form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}
.forgot-form-group input,
.login-form-group input,
.register-form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}
.forgot-form-group input:focus,
.login-form-group input:focus,
.register-form-group input:focus {
    outline: 0;
    border-color: #7b9ba2;
}
.forgot-button,
.login-button,
.register-button {
    background: #7b9ba2;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease;
    margin-top: 10px;
}
.forgot-button:hover,
.login-button:hover,
.register-button:hover {
    background: #6a8a92;
}
.forgot-links,
.login-links,
.register-links {
    margin-top: 20px;
    text-align: center;
}
.forgot-links a,
.login-links a,
.register-links a {
    color: #7b9ba2;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    transition: color 0.3s ease;
}
.forgot-links a:hover,
.login-links a:hover,
.register-links a:hover {
    color: #6a8a92;
    text-decoration: underline;
}
.forgot-login,
.login-register,
.register-login {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    color: #666;
    font-size: 14px;
}
.forgot-login a,
.login-register a,
.register-login a {
    color: #7b9ba2;
    font-weight: 600;
    text-decoration: none;
    margin-left: 5px;
}
.forgot-login a:hover,
.login-register a:hover,
.register-login a:hover {
    text-decoration: underline;
}
.forgot-error,
.login-error,
.register-error {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
    display: none;
}
.forgot-error.active,
.login-error.active,
.register-error.active {
    display: block;
}
.forgot-message,
.login-message,
.register-message {
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    display: none;
}
.forgot-message.error,
.login-message.error,
.register-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
.back-to-login {
    text-align: center;
    margin-top: 15px;
}
.back-to-login a {
    color: #7b9ba2;
    text-decoration: none;
    font-size: 14px;
}
.back-to-login a:hover {
    text-decoration: underline;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
