@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-family: "IBM Plex Sans", sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
	overflow-x: hidden;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    line-height: normal;
}
input,
select,
textarea,
option {
    outline: none;
}
ul,
li {
    list-style-type: none;
}
a {
    text-decoration: none !important;
    outline: 0 !important;
    color: #328661;
}
a:hover {
    text-decoration: none !important;
    outline: 0 !important;
    color: #666;
}
a img {
    border: none;
    outline: 0; 
}

.mainWrapper {
	position: relative;
}


.loginBoxSec {
	width: 440px;
	-moz-border-radius: 25px; 
    -webkit-border-radius: 25px; 
    -o-border-radius: 25px; 
    -ms-border-radius: 25px; 
    -khtml-border-radius: 25px; 
    border-radius: 25px;
    position: absolute;
    min-height: 490px;
    left: 50%;
    top: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
    z-index: 7;
    max-width: 90%;
    padding: 10px 8px;
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.05);
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    overflow: hidden;
}
.logo {
    display: block;
    text-align: center;
}
.logo img {
	max-width: 100%;
}
h3, .h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
}
.tx-16 {
    font-size: 16px;
    color: #b0baa2;
    margin: 6px 0 30px;
}
.form-group {
    margin-bottom: 20px;
}
.sign-wrapper .form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #999;
}
.ribbon {
    background-color: #8ebea9;
    color: #fff;
    border-radius: 5px;
    padding: 13px 20px;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.d-flex {
    display: flex !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.mg-b-5 {
    margin-bottom: 5px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0;
    font-weight: 300;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 35px;
    font-size: 17px !important;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1;
}
 
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #000 !important;
    opacity: 1;
}
 
.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #000 !important;  
    opacity: 1;
}
 
.form-control:-ms-input-placeholder {  
    color: #000 !important;
    opacity: 1;
}
.form-control:focus {
    border-color: #82ae46;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(130, 174, 70, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(130, 174, 70, .6);
}
.mg-b-5 {
    margin-bottom: 5px;
}
.sign-wrapper .form-group label {
    display: block;
    margin-bottom: 5px;
}
.mg-b-0-f {
    margin-bottom: 0px !important;
}
.sign-wrapper .form-group a {
    color: #679a84;
    text-decoration: none;
    background-color: transparent;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.btn-outline-facebook {
    background-color: transparent;
    border-color: #4064ac;
    color: #4064ac;
}
.btn, .ui-datepicker-buttonpane button, .sp-container button {
    font-size: inherit;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn, .ui-datepicker-buttonpane button, .sp-container button {
    display: inline-block;
    font-weight: 400;
    color: #001737;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.46875rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



.btn-block + .btn-block {
    margin-top: 0.5rem;
}

.btn-outline-twitter {
    background-color: transparent;
    border-color: #00a7e6;
    color: #00a7e6;
}
.btn, .ui-datepicker-buttonpane button, .sp-container button {
    font-size: inherit;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn, .ui-datepicker-buttonpane button, .sp-container button {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    height: 48px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.divider-text {
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    letter-spacing: .5px;
    margin: 15px 0;
}

.divider-text::before, .divider-text::after {
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    background-color: #e5e9f2;
}
.btn-brand-02 {
    background-color: #8ebea9;
    border-color: #8ebea9;
    color: #fff;
    border-radius: 26px;
    width: 150px;
    height: 42px;
}
.btn-outline-facebook {
    background-color: transparent;
    border-color: #4064ac;
    color: #4064ac;
    border-radius: 5px;
}
.btn-outline-twitter {
    background-color: transparent;
    border-color: #00a7e6;
    color: #00a7e6;
    border-radius: 5px;
}
.btn-outline-facebook:hover, .btn-outline-facebook:focus {
    background-color: #4064ac;
    border-color: #4064ac;
    color: #fff;
}
.btn-outline-twitter:hover, .btn-outline-twitter:focus {
    background-color: #00a7e6;
    border-color: #00a7e6;
    color: #fff;
}
.divider-text::before {
    margin-right: 10px;
}
.divider-text::after {
    margin-left: 10px;
}
.tx-13 {
    font-size: 13px;
}
.tx-center {
    text-align: center;
}
.mg-t-20 {
    margin-top: 20px;
}
.signup {
    display: none;
}
.fntxt {
    font-size: 13px;
    margin-bottom: 14px;
}
.flexyRow {
    display: flex;
    justify-content: space-between;
}
.flexyRow .btn {
    width: 48%;
}

@media (max-width: 991px){

}
@media (max-width: 767px){
	.logo {
	    margin-top: 0;
	    display: block;
	    text-align: center;
        margin-bottom: 30px;
	}
    .loginBoxSec:before {
        position: absolute;
        content: "";
        background-color: #f5f5f5;
        width: 100%;
        height: 20%;
        left: 0;
        top: 0;
    }
    .loginBoxSec {
        margin: 30px 0;
        position: static;
        transform: translate(0, 0);
        width: 80%;
        margin-left: 10%;
        border-radius: 10px;
        padding: 20px;
    }
}
@media (max-width: 479px){
	.loginBox .tab-pane h2 {
	    font-size: 18px;
	}
	.rememberText {
	    font-size: 13px;
	}
    .loginBoxSec:before {
        height: 16%;
    }
    .loginBoxSec {
        width: 90%;
        margin-left: 5%;
        padding: 7px;
    }
}
@media (max-width: 399px){
	.loginBox {
	    padding: 15px 15px 20px;
	}
    .loginBoxSec:before {
        height: 15%;
    }
}