@charset "utf-8";
:root{
    --blue:#4052D6;
    --orange:#f26522;
    --white:#ffffff;
    --black:#000000db;
    --light-green:#00D1D1;
    --green:#00ADAD;
    --dark-green:#005C5C;
  }
body{ overflow-x: hidden; background-color: #ffffff; padding: 0; margin: 0; }
h1,h2,h3,h4,h5,h6,div,input,p,a{font-family: InterVariable !important;  margin:0px; }

.container-fluid,.container { margin:auto;padding:0px 10px;}

.form-group{ margin-bottom:5px; }

input,textarea,select,button{ margin:0 0 10px 0; font-size:13px !important; border-radius:4px; }
input[type=text],input[type=password],textarea,input[type=email],select,textarea{ width: 100%; padding: 5px 10px; height:40px; font-weight: 600; 	}
input[type=submit],input[type=button],input[type=reset],button{border:none; font-size: 11px; border-radius:4px !important; height:40px; color: #ffffff !important;}

hr{ margin-top:10px; margin-bottom: 10px; }

.btn{ border-radius:4px !important; height: 40px !important; line-height: 20px !important; font-weight: 600 !important; padding: 5px 20px !important}
.btn:hover,.btn:focus{  cursor:pointer; color:#FFF;}
a.btn{ line-height: 30px !important; }

.btn-custom{ background-color: var(--green); color: #ffffff; letter-spacing: 1px }


input[type=radio]{margin:0px;padding:0px; height:auto;}

.form-control{ box-shadow:none !important;  border-radius:4px; border:none !important; border-top:1px solid rgba(0,0,0,0.1) !important; height: 40px !important;}
.form-control:focus{border:none !important;}

textarea{ width: 100%;}
input[type=reset]{ margin-left: 10px;}

a{ color: inherit;}
a:hover,a:focus{ text-decoration: none !important; }

ul{margin: 0px; padding: 0px; list-style: none;}

.relative{ position: relative;}
.absolute{ position: absolute;}
.fixed{ position: fixed;}

.setup-container{ position: relative;  }



.logo-container{ position: fixed; top: 0; left: 0; width: 500px; bottom: 0; padding: 50px; overflow: hidden; background-color: #18386c; background-color: #f1f5f9; z-index: 100; }

.ring{ border:150px solid #18386c; width: 700px; height: 700px; position: absolute; border-radius: 50%; bottom: 200px; opacity: 0.05; }

.logo-container .logo{ height: 50px; }


.logo-content{ padding-top:calc(45vh - 250px); color: #18386c; max-width:300px; margin:0 auto }
.logo-content .logo-title{ margin-bottom: 20px; font-weight: 600 !important;  }
.logo-content .logo-description{ background-color: rgba(255,255,255,0.1); padding: 20px; border-radius: 10px; font-size: 13px; margin-bottom: 10px; color: #6e7d92; letter-spacing: -0.4px; text-rendering: optimizelegibility }





.client-block { float: left; width: 50px; height: 50px; border:5px solid #18386c;   border-radius: 50%; margin-left: -12px; overflow: hidden; }
.client-block:first-child{ margin-left: 0; }
.client-block img{ height: 50px; width: 50px; object-fit: cover; }


.login-container{ padding-top:calc(45vh - 250px); padding-left: 500px; position: relative; }

.login-box{ max-width: 400px; min-height: 300px; border-radius: 4px; margin: 50px 100px; }

.login-box .logo { height: 50px; display: none; }

.login-title{ color: #00113f; color: #000000; }

.login-box label{ font-weight: 600; color: rgba(0,0,0,0.6); font-size:13px; }

.learn-more-link { background-color:var(--green); color:rgba(255,255,255,0.9); padding:8px 20px; border-radius: 15px; font-size:11px; font-weight: 500; text-transform: uppercase; }
.learn-more-link:hover,.learn-more-link:focus{ color:#ffffff; }
.learn-more-link .fa{ margin-left:5px;}

.login-box .form-control, .register-box .form-control{ background-color: #d8e2ec; background-color: #e3ecf5; }


.register-link{ color: #e94100;  }

.login-container .logo-website{ font-size: 13px; opacity: 0.7; letter-spacing: 0.8px; position: fixed; bottom: 15px; right: 15px; font-weight: 600;  cursor: pointer;}

strong.strong{ font-weight: 900 }

.register-container{ padding-top: calc(45vh - 250px);  padding-left: 500px; position: relative;   }

.register-box{ padding:50px;  max-width: 700px; margin: 0 50px; }

.register-box label{ font-weight: 600; color: rgba(0,0,0,0.6); font-size:13px }

.underline{ height: 5px; background-color: #f26923; margin: 10px 0; width: 100px; border-radius:0 5px 0 5px; }

.register-box .logo { height: 50px; margin-bottom: 10px; display: none; }

.dashed-hr { border-top: 1px dashed #ddd; margin: 10px 0px; }

.g-login-icon{ background-color: #ffffff; font-weight: 800; border:1px solid rgba(0,0,0,0.1); padding: 10px 20px; text-align: center; border-radius: 5px;  }

.show-hide { right: 10px; top: 35px; color: #2b50a3; cursor: pointer; padding: 5px 7px; border-radius: 4px; }
.show-confirm-hide { right: 10px; top: 35px; color: #2b50a3; cursor: pointer; padding: 5px 7px; border-radius: 4px; }

.error-form-control{ border:1px solid #ebc1bc !important; margin-bottom:0}

.validation-span{  color: #de5741; font-weight: 600; display: none; font-size: 11px; position:relative; padding-left:20px; }
.with-arrow::before{ content:""; position:absolute; width:0; height:0; top: 1px;  left:3px; border:10px solid rgba(0,0,0,0); border-top-width:0; border-left-width: 5px; border-right-width: 5px; border-bottom-color:#de5741; box-shadow:0px 2px 0px 0px #00000024; }
.register-loader{ position:fixed; background:#fff; top:0; left:500px; bottom:0; right:0; z-index:1000; padding-top:calc(45vh - 50px); text-align:center; display: none}
.register-loader p { margin:10px 0; font-weight:700; font-size:13px; opacity:0.7 }