﻿@import Url("../../../assets/css/beyond.css");





.txt-left{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5; 
    color:white; 
    width:60%; 
    padding-top:200px; 
    padding-left:40px;
}

.btn-primary {
    color: #807e7e;
    background-color: #f9f4f4;
    border-color: #d7d5d8;
}
.btn-default {
    color: #c3c3c3;
    background-color: white; 
    border-color: #ccc;
}
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}



        .confirm-login-button {
            width: 50px;
        }
        h2, .h2
        {
            font-size:25px;
        }

        .h1-fonts {
            /*font-family: 'Heebo', sans-serif; */
            /*font-family: 'PT Sans Narrow', sans-serif;*/
            /*font-family: 'Source Sans Pro', sans-serif;*/
            font-family: 'Lato', sans-serif;
            font-size: 38px;
            font-weight: 100;
        }

        .h2-fonts {
            /*font-family: 'Heebo', sans-serif; */
            /*font-family: 'PT Sans Narrow', sans-serif;*/
            /*font-family: 'Source Sans Pro', sans-serif;*/
            font-family: 'Lato', sans-serif;
            font-size: 33px;
            font-weight: 100;
        }

        .p-fonts {
            /*font-family: 'Quicksand', sans-serif;*/
            /*font-family: 'Heebo', sans-serif;*/
            /*font-family: 'PT Sans Narrow', sans-serif;*/
            /*font-family: 'Source Sans Pro', sans-serif;*/
            font-family: 'Lato', sans-serif;
            color: white;
            padding-top: 6px;
            /*font-size:20px; line-height:29px; font-weight:100;*/
            font-size: 26px;
            line-height: 34px;
            font-weight: 100;
        }

        .lkey {
            margin-top: 25px;
        }

            .lkey li {
                font-family: 'Quicksand', sans-serif;
                font-family: 'Heebo', sans-serif;
                width: auto;
                float: left;
                padding: 15px 55px 15px 0px;
                font-size: 22px;
                line-height: 34px;
                font-weight: 300;
            }

        .topalign {
            margin-top: 60px;
            padding-left: 150px;
        }
        .setup_profile_height{
               border: 1px solid #ddd; padding: 9px; float:right; margin-right:149px; margin-top: 141px;
            }

        @media only screen and (max-height: 768px) {
            .topalign {
                margin: 0px;
            }

            .h1-fonts {
                font-size: 41px;
            }
            .setup_profile_height{
               border: 1px solid #ddd; padding: 9px; float:right; margin-right:94px;margin-top: 0px;
            }
            

        }
        

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}


label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
}

.txt2 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}


/*==================================================================
[ Size ]*/
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}

/*==================================================================
[ Background ]*/
.bg1 {background: #3b5998;}
.bg2 {background: #1da1f2;}
.bg3 {background: #cd201f;}


/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}


.wrap-login100 {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}

/*==================================================================
[ login more ]*/
.login100-more {
  /*width: calc(100% - 560px);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.login100-more::before {
  content: "";
  display: block;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0,0,0,0.1);*/

}

.login-section {

    /*background-color:rgba(45, 56, 66, 0.61);*/
    /*background-color: #eff3f9;*/
    background-image:url('../Images/login_v4.jpg');
    background-size: cover;
    height: 100%;
    width:100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0%;
    background-repeat: no-repeat;
    background-position: right;
    margin: auto;
    border-radius: 0px;
    border: 0px solid rgba(255, 255, 255, 0.41);

}

.login-top-div {
    position: relative;
    height: 18%;
    background-color: #ffffff;
    width: 100%;
    border-bottom: 1px solid #A1887F;
}

.login-bottom-div {
    position: relative;
    height: 18%;
    background-color: #ffffff;
    width: 100%;
    border-top: 1px solid #A1887F;
}

.login-form {
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
    /*background-color: white; #e6edf9;*/ 
    background:var(--login-bgbg);
    /*margin-top:15%;*/
    border-radius: 0px;
    border: 1px solid #e2e1e1;
}
 .txt-h3 {
            font-size: 48px;
            color: var(--login-txt); /*#717c6c;*/
            float: left;
        }
         .txt_para{
            font-size:36px; 
            font-family:Calibri;
            font-weight:lighter;
            line-height: 1.05; 
            color:#787a7b;
            width:100%;
            float:left;
            }
            .margin_top1{
                margin-top:150px;
        }
        .login_formalign{
            padding: 53px 40px 35px 40px;
            float: right;
            background-color: white;
            width: 334px;
            margin: 211px 155px 0px 0px;
            height: 500px;
        }
@media only screen and (max-height: 768px) {
    .login_formalign{
            padding: 20px 35px 20px 35px;
            float: right;
            background-color: white;
            width: 301px;
            margin: 64px 97px 0px 0px;
            height: 457px;
        }
        .txt-h3 {
            font-size: 38px;
            color: var(--login-txt); /*#717c6c;*/
            float: left;
        }
        .txt_para{
            font-size:26px; 
            font-family:Calibri;
            font-weight:lighter;
            line-height: 1.05; 
            color:#787a7b;
            width:100%;
        }
        .margin_top1{
            margin-top:80px;
        }
      
}
@media screen and  (max-width: 1280px) and (max-height: 1024px) {
    .login-form {
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
    background-color: white; /*#e6edf9;*/ 
    margin-top:0%;
    border-radius: 0px;
    border: 1px solid #e2e1e1;
    box-shadow: 4px 5px 7px 2px #cccbcb;
    }
    
}

/*==================================================================
[ Form ]*/

.login100-form {
  width: 560px;
  min-height: 100vh;
  display: block;
  background-color: #f7f7f7;
  padding: 173px 55px 55px 55px;
}

.login100-form-title {
  width: 100%;
  display: block;
  font-family: Poppins-Regular;
  font-size: 20px;
  color: #048cfb;
  line-height: 1.2;
  text-align: center;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  /*height: 80px;*/
  height: 40px;
  position: relative;
  border: 1px solid #ccc5c5;
  border-radius: 0px;
  margin-bottom: 20px;
}

.label-input100 {
  font-family: Montserrat-Regular;
  font-size: 18px;
  color: #999999;
  line-height: 1.2;
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 24px;
  left: 0;
  top: 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #555555;
  line-height: 1.2;
  padding: 0 26px;
  border-radius: 2px !important;
  cursor:text;
  /*background-color: #ffffff;*/
}

input.input100 {
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/

.focus-input100 {
  display: block;
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgb(33, 150, 243);
    background-color:white;
}



/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #999999;
  line-height: 1.4;
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #6675df;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.input-checkbox100:checked + .label-checkbox100::before {
  color: #6675df;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 33%;
    height: 40px;
    margin-top:10px;
    border-radius: 8px;
    background:var(--login-button);            /* #5e6d77; #5d7555; */
    font-family: Montserrat-Bold;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform:initial;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.login100-form-btn:hover {
  background: #595d60;
  width:33%;
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .login100-form {
    width: 38%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .login100-more {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .login100-form {
    width: 100%;
  }
  .login100-more {
     width: 100%;
  }
   .login-section {
    background-color: rgba(133, 147, 171, 0.59);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    margin-top:250px;
    top: 0;
    bottom: 0;
    right: 0%;
    background-repeat: no-repeat;
    background-position: right;
    margin: auto;
    border-radius: 0px;
    border: 0px solid rgba(255, 255, 255, 0.41);
    }
    .login-form {
    padding: 21px;
    height: 100%;
    width:38%;
    float: center;
    align-content:center;
    background-color: white;
    padding-top:46%;
}
}

@media (max-width: 576px) {
    .login100-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
    }
    .login-section {
        /*background-color: rgba(133, 147, 171, 0.59);*/
        background-color: #ffffff;
        background-size: cover;
        height: 64%;
        width: 100%;
        position: absolute;
        top: 0PX;
        bottom: 0;
        right: 0%;
        background-repeat: no-repeat;
        background-position: right;
        margin: auto;
        border-radius: 0px;
        border: 0px solid rgba(255, 255, 255, 0.41);
    }
    .login-form {
        padding: 25px;
        height: 100%;
        width: 100%;
        float: right;
        background-color: white;
        padding-top: 5%;
    }
    .txt-left {
        display: none;
    }

    /*------------------------------------------------------------------
[ Alert validate ]*/

    .validate-input {
        position: relative;
    }

    .alert-validate::before {
        content: attr(data-validate);
        position: absolute;
        z-index: 100;
        max-width: 70%;
        background-color: #fff;
        border: 1px solid #c80000;
        border-radius: 2px;
        padding: 4px 25px 4px 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 12px;
        pointer-events: none;
        font-family: 'Poppins-Regular',sans-serif;
        color: #c80000;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }

    .alert-validate::after {
        content: "\f12a";
        font-family: FontAwesome;
        display: block;
        position: absolute;
        z-index: 110;
        color: #c80000;
        font-size: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 18px;
    }

    .alert-validate:hover:before {
        visibility: visible;
        opacity: 1;
    }

    @media (max-width: 992px) {
        .alert-validate::before {
            visibility: visible;
            opacity: 1;
        }
    }

    

}







