@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap");

* {
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: "Open", sans-serif;
}
.form-signin {
    display: flex;
    flex-direction: column;
    max-width: 360px;
    padding: 40px 15px 30px 15px;
    margin: 9.3em auto;
    color: #08063e;
    /*border: 1px solid #dddddd7a;*/
    overflow: hidden;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.09);
}
.form-signin2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 6em auto;
    color: #08063e;
    /*border: 1px solid #dddddd7a;*/
    overflow: hidden;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.09);
}
.getaccessbg {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.welcomebg {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 6em auto;
    color: #08063e;
    overflow: hidden;
    text-align: center;
}
.welcomebg2 {
    margin: 11em auto;
}
.welcomebg3 {
    margin: 9.3em auto !important;
}
.welcomebg h1,h3 {
    margin: 0;
    padding: 0;
    color: #000;
}
.welcomebg h1 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 15px;
    letter-spacing: 2.5px;
}
.welcomebg h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}
.welcomebg p {
    margin: 0;
    color: #5555557a;
    font-size: 14px;
    padding-top: 5px;
}
.welcomebg span h3 {
    font-size: 26px;
}
.welcomebg span p:after {
    border: none;
}
.welcomebg span p strong a {
    text-decoration: underline;
    color: #40bec7;
}

.welcomebg p:after {
    content: '';
    display: block;
    width: 3.6rem;
    height: 0px;
    border: 3px solid #000;
    margin: 0.5rem auto 0;
    z-index: 1;
    text-align: center;
    border-radius: 19px;
    margin-bottom: 20px;
}
.module_bg {
    padding: 40px 120px 40px 120px;
    border-left: 1px solid #eee;
    width: 100%;
}
.module_bg_3 {
    padding: 190px 80px 190px 80px;
    text-align: center;
}
.module_bg_2 {
    padding: 160px 50px 160px 50px;
    border-left: 1px solid #eee;
    width: 100%;
    text-align: center;
}
.maintitlebg {
    font-size: 24px !important;
}
.col-md-6.mainbox {
    padding: 0;
    overflow: hidden;
}
.text-center {
    text-align: center;
    padding: 15px 0 0px 0;
    font-weight: 800;
    font-size: 13px;
}
.text-left {
    text-align: left;
    font-size: 24px;
}
.title .subtitle {
    font-size: 14px;
    font-weight: 400;
    /*margin: 7px 0 40px;*/
}
.subtitlebg2 {
    text-align: justify;
    font-size: 13px !important;
}
.subtitlebg2 span {
    color: #32c4d3;
}
p.subtitle {
    margin: 0;
    padding: 10px 0 20px 0;
}
.title {
    display: flex;
    flex-direction: column;
    /*font-size: 25px;*/
    font-weight: 700;
    color: #000000;
}
.title img {
	text-align: center;
	margin: 0 auto;
}
.space {
    /*margin-top: 16px;*/
}
.form-button {
	/*margin-bottom: 5px;*/
}
.field {
    position: relative;
    height: 45px;
    width: 100%;
    display: flex;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.usericon {
	color: #a5a5a5;
    width: 40px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    background: #f7f7f7;
}
.field input {
    height: 100%;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #222;
    font-size: 14px;
    padding: 0 0 0 15px;
    background: #eeeeee78;
}
.checkboxtext {
    font-size: 13px !important;
    text-align: justify;
    color: #555 !important;
}
.field.inputbg input {
    padding: 0;
}
.form-group {
    margin-bottom: 15px;
}
.subform {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 1em;
}
.checkbox-inline {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
    color: #a6a6a6;
    font-size: 15px;
}
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
}
.resetpassword {
    color: #231f20;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
}
.btn-signin:hover {
    background-color: #000;
}
.btn-signin {
    width: 100%;
    cursor: pointer;
    outline: none;
    padding: 12px 1em;
    text-align: center;
    border-style: none;
    color: #fff;
    background-color: #231f20;
    font-size: 18px;
    line-height: 20px;
    transition: all 0.3s;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-signin a {
    color: #fff;
    text-decoration: none;
}

/****************** Module CSS ********************/
.page {
    position: absolute;
    margin-top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 400px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
}
.page .welcome {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 400px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #0D47A1;
    text-align: center;
    transition: 1s cubic-bezier(.95,.32,.37,1.31);
    z-index: 2;
}
.welcome h2 {
    text-align: center;
    margin: 50px 0;
    font-family: 'Poppins';
    letter-spacing: 2px;
    color: #fff;
}
.welcome p {
    padding: 0 25px;
    text-align: center;
    font-family: 'Poppins';
    color: #fff;
    font-weight: 300;
}
.sign_in {
    margin: 30px 0;
    width: 150px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
    outline: none;
    border:none;
    background: transparent;
    border:1px solid #fff;
    font-family: 'Poppins';
    color: #fff;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    transition: .5s;
}
.welcome .btn {
    position: absolute;
    top: 57.5%;
    left: 25%;
    width: 150px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
    outline: none;
    border:none;
    background: transparent;
    border:1px solid #fff;
    font-family: 'Poppins';
    color: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.page .welcome .btn.active
{
    opacity: 1;
    visibility: visible;
    transition: .5s;
    transition-delay: .5s;
}
.page .welcome .sign_in.active
{
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: .5s;
    transition-delay: .5s;
}
.page .sign_up
{
    position: absolute;
    top: 0;
    left: 300px;
    width: 500px;
    height: 100%;
    text-align: center;
    transition: 1s cubic-bezier(.95,.32,.37,1.31);
    z-index: 1;
    opacity: 1;
    visibility: visible;
}
.page .sign_up h2
{
    position: relative;
    margin: 50px 0;
    padding: 0;
    font-family: 'Poppins';
}
.page .sign_up input
{
    margin: 5px 0;
    width: 300px;
    height: 30px;
    font-family: 'Poppins';
    color: #000;
    font-weight: 700;
}
.page .sign_up input[type="text"],
.page .sign_up input[type="email"],
.page .sign_up input[type="password"]
{
    border:none;
    outline: none;
    border-bottom: 1px solid #000;
    transition: .5s;
}
.page .sign_up input[type="text"]:focus,
.page .sign_up input[type="email"]:focus,
.page .sign_up input[type="password"]:focus
{
    border-bottom-color: #D50000;
    transition: .5s;
}
.page .sign_up .up
{
    width: 150px;
    height: 40px;
    font-weight: 400;
    border:none;
    outline: none;
    background: #000;
    color: #fff;
    border-radius: 30px;
    transition: .5s;
    cursor: pointer;
}
.page .sign_up .up:hover
{
    background: transparent;
    border:2px solid #000;
    color: #000;
    font-weight: 700;
}
.page .welcome.active
{
    background: #000;
    color: #fff;
    left: 62.5%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; 
    transition: 1s cubic-bezier(.95,.32,.37,1.31);
    z-index: 2;
}
.page .sign_up.active
{
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 1s cubic-bezier(.95,.32,.37,1.31);
}
.page .login
{
    position: absolute;
    top: 0;
    left: 300px;
    width: 500px;
    height: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.page .login h2
{
    position: relative;
    margin: 50px 0;
    padding: 0;
    font-family: 'Poppins';
}
.page .login input
{
    margin: 5px 0;
    width: 300px;
    height: 30px;
    font-family: 'Poppins';
    color: #000;
    font-weight: 700;
}
.page .login input[type="email"],
.page .login input[type="password"]
{
    border:none;
    outline: none;
    border-bottom: 1px solid #000;
    transition: .5s;
}
.page .login input[type="email"]:focus,
.page .login input[type="password"]:focus
{
    border-bottom-color: #2ecc71;
    transition: .5s;
}
.login .in
{
    width: 150px;
    height: 40px;
    font-weight: 400;
    border:none;
    outline: none;
    background: #000;
    color: #fff;
    border-radius: 30px;
    transition: .5s;
    cursor: pointer;
}
.login .in:hover
{
    background: transparent;
    border:2px solid #000;
    color: #000;
    font-weight: 700;
}
.login.active
{
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: 1s cubic-bezier(.95,.32,.37,1.31);
}






/****************************************** Media Query Css *******************************************/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .module_bg {
        padding: 40px 30px 40px 30px !important;  
    }
    .welcomebg {
          border-bottom: 1px solid #ddd;
          padding: 0 0 30px 0;
          margin: 1em auto !important;
    }

    .welcomebg.welcomebg3 h1 {
        font-size: 36px;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}