/* Google Font*/
@import url('https://fonts.googleapis.com/css?family=Mukta|Roboto');

/* General */
* {
    box-sizing: border-box;
}

html {
    height: 100%;
    font-family: 'Mukta', sans-serif;
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ and Edge */
    -moz-user-select: none; /* Mozila Firefox */
    user-select: none; /* Standard syntax */
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

::selection {
  background: rgba(255, 255, 255, 0.2);
}

::placeholder {
    font-size: 12px;
    color: #fff !important;
    opacity: .5 !important; /* Firefox */
}

::-moz-placeholder{
    font-size: 12px;
    color: #fff;
}

::-webkit-input-placeholder{
    font-size: 12px;
    color: #fff;
}

::-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 12px;
   color: #fff !important;
}

/**/

body.bg-theme{
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; /*cover*/
    background-attachment: fixed;
    background-position: center;
    transition: background .3s;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Mukta', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,.85);
    letter-spacing: 1px;
    /*height: 100%;*/
}

#wrapper{
    width: 100%;
    position: relative;
}

/*Cards */
.card{
   margin-bottom: 25px;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
   border: none;
   background-color: rgba(0,0,0,.2);
}

.card-size {
    max-width: 26rem;
}

.card-title {
    margin-bottom: .75rem;
    font-weight: 600;
    font-size: 16px;
    color:#ffffff;
}

.form-group{
    position: relative;
    margin-bottom: 20px;
}

.form-control {
    border: 0px solid #e5eaef;
    background-color: rgba(176, 165, 165, 0.2);
    color: #fff !important;
    /*padding: 12px 30px;*/
    padding-left: 37px;
}

.form-control:focus{
  background-color: rgba(0,0,0,.2);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.45)
}

.addon_icon{
    position: absolute;
    display: block;
    /*color: #828bb2;    */
    top: 9px;
    left: 10px;
    opacity: 0.5;
}

.checkbox input[type="checkbox"] {
    display: none;
     margin-right: 6px;
}

.checkbox input[type="checkbox"] + label {
    display: block;
    min-height: 18px;
    line-height: 20px !important;
    position: relative;
    padding-left: 25px !important;
    margin-bottom: 20px;
    font: .75rem "Roboto", sans-serif;
    color: #dfd9d9;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;  
}

.checkbox input[type="checkbox"] + label::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: .25rem;
    position: absolute;
    left: 0;
    opacity: .6;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 12px;
    top: 1px;
    left: 5px;
    border: solid 2px #000;
    border-left: none;
    border-top: none;
    transform: translate(0.75px, 0.5px) rotate(45deg);
    -ms-transform: translate(0.75px, 0.5px) rotate(45deg);
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.checkbox input[type="checkbox"]:checked + label::before {
    background-color: #fff;
    border-color: #fff;
}

.forgot_pass a{
    font: 12px/20px "Roboto", sans-serif;
    color: #dfd9d9;
    font-weight: 600;

}

a{
    text-decoration: none;
}
.forgot_pass {
    display: inline-block;
    line-height: 12px !important;
}

.primary-btn.fix-gr-bg {
    background: -o-linear-gradient(90deg, #6f2fdf 0%, #11147d 51%, #6f2fdf 100%);
    background: -webkit-gradient(linear, left top, right top, from(#6f2fdf), color-stop(51%, #11147d), to(#6f2fdf));
    background: -o-linear-gradient(left, #6f2fdf 0%, #11147d 51%, #6f2fdf 100%);
    background: linear-gradient(90deg, #5c89ec 0%, #484be1 51%, #5b70dd 100%);
    color: #ffffff;
    background-size: 200% auto;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.primary-btn i {
    font-weight: 600;
}

.primary-btn {
    display: inline-block;
    color: #415094;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    padding: 0px 20px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.primary-btn.fix-gr-bg:hover {
    background-position: right center;
}

@media (max-width: 574px) and (min-width: 320px){
   
}

@media (max-width: 767px) and (min-width: 575px){
   
}

@media (max-width: 991px) and (min-width: 768px){
 
}

@media (max-width: 1199px) and (min-width: 992px){
    
}

@media (max-width: 1500px) and (min-width: 1200px){
    
}