/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.pos-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
}
@media (max-width: 1199.98px){
    .bg-flex.login-page {
        display: block !important;
        height: 100vh !important;
        width: 100% !important;
        flex-direction: column-reverse !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
    }
    .bg.pos-1.pos-md-2 {
        width: 100% !important;
        height: 35% !important;
        border-radius: 0  !important;
        margin: 0 !important;
    }

    .pos-2.pos-md-1.login-form {
        width: 100% !important;
        position: relative !important;
    }

    .row.login-row.col-12.col-md-10.d-flex.align-items-center.justify-content-center {
        height: 65vh !important;
    }
}
@media (max-width: 1199.98px) and (orientation: landscape) {

    .bg-flex.login-page {
        display: block !important;
        height: 100vh !important;
        width: 100% !important;
        flex-direction: column-reverse !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
    }
    .bg.pos-1.pos-md-2 {
        width: 25% !important;
        height: 100vh !important;
        border-radius: 0 !important;
        margin: 0 !important;
        float: left;
    }

    .pos-2.pos-md-1.login-form {
        width: 75% !important;
        position: relative !important;
        /* height: 44vh; */
        float: left;
    }

    .row.login-row.col-12.col-md-10.d-flex.align-items-center.justify-content-center {
        height: 100vh !important;
    }
}
@media (min-width: 768px){
    .pos-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 1;
        order: 1;
    }
    .pos-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
.bg-flex.login-page {
    display: flex;
    height: 100vh;
    width: 100%;
}
.pos-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 1;
    order: 1;
}
.bg.pos-1.pos-md-2 {
    background-size: cover;
    background-position: center;
    width:50%;
    border-radius: 25px ;
    margin:15px;
}
.row.login-row {
    height: 100vh;
     -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.pos-2.pos-md-1.login-form {
    width: 50%;
}
input.form-control {
    border: none;
    background: white !important;
    height: 52px;
}

fieldset.form-group.position-relative.has-icon-left {
    height: 55px;
    border-bottom: 1px solid #03A9F4;
}

.form-control-position {
    height: 50px;
}
::-webkit-input-placeholder { /* Edge */
    color: #1c1a19 !important;

  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #1c1a19 !important;
  }

  ::placeholder {
    color: #1c1a19 !important;
  }
  input.form-control {
    padding-left: 0 !important;
}
h3.login-label {
    font-weight: 600;
    font-size: 2em;
    color: #111111cf;
}

p.mb-4 {
    color: #111;
}
.col-md-10.align-items-center.justify-content-center.logo {
    margin: 0 auto;
    margin-bottom: 30px;
}

.col-md-10.align-items-center.justify-content-center {
    margin: 0 auto;
}
.col-md-10.align-items-center.justify-content-center.logo img {
    width: 40%;
}
