/*****Common Styles*****/
body{
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    color:#000000;
   }
   
   h1{
       font-family: 'Roboto', sans-serif;
       font-size: 48px;
       margin-bottom: 15px;
       font-weight: 700;
   }
   h2{
       font-family: 'Roboto', sans-serif;
       font-size: 35px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   
   h3{
       font-family: 'Roboto', sans-serif;
       font-size: 26px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   
   h4{
       font-family: 'Roboto', sans-serif;
       font-size: 22px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   h5{
       font-family: 'Roboto', sans-serif;
       font-size: 16px;
       margin-bottom: 30px;
       font-weight: 500;
   }
   h6{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 500;
}
   a{
       text-decoration: none;
       -webkit-transition: all .25s ease-in;
       -moz-transition: all .25s ease-in;
       -o-transition: all .25s ease-in;
       transition: all .25s ease-in;
   }
   a:hover{
       text-decoration: none;
       cursor: pointer;
   }
   p{
       margin: 0 0 10px 0;
       font-size: 12px;
   }
   
   .container{
       max-width: 1434px;
       width:100%;
   }
   .text_red{
       color:#ff0024;
   }
   .text_blue{
    color: #1975d0;
   }
   .text_orange {
    color: #ff9600;
  }
  .text_grey{
      color:#777777;
  }
   section{
       padding:60px 0px;
   }
   :root{
    --orange__back:#ff9600;
    --blue__back:#1975d0;
    --green__back:#46a109;
    --red__back:#ff0024;
    --darkgreen__back:#0bba45;
    --gray__back:#e8e8e8;
    --darkgray__back:#747474;


}
.orange__back{
	background-color: var(--orange__back);
}
.blue__back{
    background-color: var(--blue__back);
}
.green__back{
    background-color: var(--green__back);
}
.red__back{
    background-color: var(--red__back);
}
.darkgreen__back{
    background-color: var(--darkgreen__back) ;
    }
.gray__back{
    background-color: var(--gray__back) ;
}
.darkgray__back{
    background-color: var(--darkgray__back);
}




/******************************************************Login-section-main start CSS**********************************/
.login_main_div{
    width: 100%;
}

.login_inner_div{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.login_inner_left_div {
    width: 37%;
    height: 657px;
    background-image: url('../../images/masterlogin.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.login_inner_left_div_inner_bg{
    width: 100%;
    height: 657px;
    background-color: rgb(170 206 200 / 62%);
    padding: 40px;
}

.an_online_phragraph{
    padding: 50px 0px;
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
}

.login_inner_right_div{
    width: 60%;
    padding: 137px 0px;
}

.login_inner_right_center_div{
width: 60%;
margin: auto;
display: block;
}

.login_cloudmice_heading{
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
}
/******************************************************Login-section-main close CSS**********************************/

.form-control {
    padding: 25px 10px;
    border-radius: 9px;
    background-color: #ebebeb!important;
    font-family: 'Poppins', sans-serif;
    border: none;
}

label {
    font-size: 20px;
    color: #464645;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.form-control:focus {
    color: #495057;
    background-color: #fff!important;
    outline: 0;
    border: 1px solid red!important;
    box-shadow: 1px 1px 14px rgb(128 128 128 / 17%)
}

.email_box{
}

.pasword_box_color{
    background-color: #ebebeb;
}

.for_got_password{
    display: flex;
    justify-content: end;
    align-items: flex-end;
}

.main_text_div_passwprd{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.password_text{
    font-size: 20px;
    color: #464645;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.forgot_password_text{
    /*font-size: 20px;*/
    color: #0021ea;
   /* font-weight: 500; */
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
}

.forgot_password_text:hover{
    color: #0021ea;
    text-decoration: underline;  
}

.btn_orange_box{
    background-color: #ff530d;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    border: none;
    font-family: 'Poppins', sans-serif;
}

.btn_orange_box:hover{
    background-color: #ff530d;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    border: none;
}
/******************************************************RESPONSIVE CSS*******************************************************/

/*

 * Table of Contents:

 * 	   - Media Queries

 *   0 - media screen and (max-width: 1170px)

 *   1 - media screen and (max-width: 1152px) 

 *   2 - media screen and (max-width: 1024px)

 *   3 - media screen and (max-width: 992px)

 *   4 - media screen and (max-width: 800px)

 *   5 - media screen and (max-width: 768px)

 *   6 - media screen and (max-width: 728px)

 *   7 - media screen and (max-width: 640px)

 *   8 - media screen and (max-width: 500px)

 *   9 - media screen and (max-width: 480px)

 *  10 - media screen and (max-width: 414px)

 *  11 - media screen and (max-width: 375px)

 *  12 - media screen and (max-width: 360px)

 *  13 - media screen and (max-width: 320px)

---------------------------------------------------------------------- */

@media screen and (max-width:1326px){

}


@media screen and (max-width:1170px){

}


@media screen and (max-width:767px){
    .login_inner_div {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .login_inner_left_div {
        width: 100%;
        height: auto;
    }
    .login_inner_right_div {
        width: 100%;

}
.login_inner_left_div_inner_bg {
    width: 100%;
    height: auto;
}
.main_text_div_passwprd {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
}