/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 22, 2017, 8:56:33 AM
    Author     : tdtha
*/

#container .login-page {
    background-image: url(login-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
}

#container .login-page .wrapper {
    background: rgb(0 0 0 / 75%);
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#container .wrapper .logo img.logo-name ,
#container .wrapper .logo img.logo-icon {
    display: none;
}
#container .wrapper img.logo-icon-2 {
    content: url('logo-minevar-2.png');
    height: 55px;
}

#container .wrapper .input-group .inputLogin {
    flex: 1;
}

#container .input-group .inputLogin > input {
    height: 38px;
    background: #f9f9f9;
    border: 1px solid #bdbdbd;
    border-radius: 2rem;
    text-align: center;
}

.login-b {
    width: 400px;
    padding-top: 25px;
}

#container .wrapper .login-b {
    padding-top: 25px;
    margin-top: 0;
}

@font-face {
    font-family: 'TrajanRegular'; /*a name to be used later*/
    src: url('Trajan_Regular.ttf'); /*URL to font*/
}

.logo-text {
    font-family: 'TrajanRegular';
    color: #EB6E4B;
    font-weight: 500;
    margin: 0;
    display: block !important;
    font-size: 31px;
    padding-left: 12px;
    user-select: none;
}

.label-language {
    color: #fff;
    font-size: 14px;
    border-color: #1F262D;
}

.lang-switch {
    font-size: 14px;
    border-radius: 3px;
    padding: 1px 5px;
    outline: none;
}

#container .wrapper .logo-text-end {
    display: flex;
    align-items: center;
}

#container .wrapper .logo-text-end .power-by {
    color: #EB6E4B;
    font-size: 10pt;
    margin-right: 5px;
}
/* new img */
#container .login-a {
    position: relative;
    /*display: flex;*/
    width: 400px;
    padding: 0 30px;
    justify-content: center;
}

#container .help-block  {
    font-size: 13px;
    color: red;
}
#container .wrapper {
    color: #333;
    width: 428px !important;
    margin: 0 auto;
}
#container .wrapper h1 > a {
    color: #fff;
    display: block;
    font-weight: 300;
    font-size: 48px;
    text-align: center;
    padding: 2px 0;
    text-decoration: none;
}
#container .wrapper h1 > a img {
    margin-right: 20px;
    margin-top: -8px;
}

#container .wrapper .input-group {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
}
#container .wrapper .login-b .center button {
    float: none;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    width: 100%;
    background: #EB6E4B;
    border-color: #EB6E4B;
    margin-top: 20px;
    font-size: 14px;
    border-radius: 18px;
    margin: 0 auto;
    padding: 0 50px;
    /* width: 296px; */
    /* border-radius: 5px; */
    border-radius: 2em;
}
#container .wrapper  form {
    padding: 0 30px;
    color: #3E4B5B;
}
#container .wrapper  h2 {
    font-weight: 600;
    color: #6d246f;
    font-size: 18px;
    padding: 20px 20px 5px 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}
#container .wrapper .login-b .email input, .login .wrapper  .pw input {
    padding: 8px 12px;
    height: 35px;
    color: #000000;
}
#container .wrapper  .submit {
    margin-top: 15px;
    *zoom: 1;
}
#container .wrapper  .submit:after {
    content: "";
    display: table;
    clear: both;
}
#container .wrapper  .submit input {
    float: right;
}
#container .wrapper .login-b .submit .remember {
    float: left;
    margin-top: 5px;
    margin-left: 1px;
}
#container .wrapper  .submit .remember [class*=icheckbox], .login .wrapper  .submit .remember label {
    float: left;
}
#container .wrapper .submit .remember label {
    margin-left: 10px;
}
#container .wrapper  .forget {
    padding-bottom: 15px;
    color: #333;
    font-size: 16px;
}
#container .forget a {
    background: #fff;
    padding: 10px 0;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #555;
}
#container .wrapper .forget a:hover {
    background: #ddd;
}
#container .wrapper .forget a span {
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
}

.support {
    font-size: 0.9em;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}


#container .wrapper .input-group > i {
    margin-right: 5px;
    font-size: 32px;
    color: #9e9e9e;
}


.bar {
    position: relative;
    display: block;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #2196F3; 
    transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%; 
}

#container .input-group .inputLogin > input:focus,
#password:focus,
#account:focus  {
    border-color: #424242;
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: #1485BE;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(175, 82, 236, 0.6);
    box-shadow: #1485BE;
}

#container .input-group .inputLogin > input:focus::-webkit-input-placeholder,
#password:focus::-webkit-input-placeholder,
#account:focus::-webkit-input-placeholder {
    color: transparent;
}


#container .input-group .inputLogin > input::placeholder {
    color: #EB6E4B;
}

/*#account:focus  ~ .bar:before,
#password:focus  ~ .bar:before,
#account:focus  ~ .bar:after ,
#password:focus  ~ .bar:after {
    width: 50%;
}*/

#container .wrapper .form-group {
    text-align: left;
    margin-bottom: 20px;
}

#container .wrapper  h2:before {
    content: "";
    background-color: #904E95;
    width: 40px;
    height: 5px;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 160px;
    top: -3px;
}

#container .wrapper .alert {
    padding: 5px 0;
    font-size: 16px;
}

#container .wrapper hr {
    border-color: rgba(0,0,0,0.1);
}


/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fa {
    position: absolute;
    padding: 10px;
    pointer-events: none;
    color:#000000;
    font-weight: bold;
    font-size: 16px;
}

/* align icon */
.left-addon .fa {
    left: 7px;
    bottom: 9px;
    font-size: 18px;
    display: none;
}
.right-addon .fa { right: 0px;display: none;}

/* add padding  */
/*.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }*/

.login-b .input-group .form-control{
    position: initial !important;
}

.copy-right {
    position: absolute;
    bottom: 20px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
}
.copy-right span{
    font-size: 15px;
}
#container .wrapper .forget {
    padding-bottom: 10px;
    color: #333;
    font-size: 17px;
    margin-top: 10px;
}
.support {
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: center;
}
i.fa.fa-phone {
    font-size: 25px; 
    margin-right: 5px;
}

.icon-user {
    background-position: center;
    background-image: url(../..//icons/light-theme/asset-17.png);
    background-repeat: no-repeat;
    min-width: 16px;
    min-height: 16px;
}

.icon-lock {
    background-position: center;
    background-image: url(../..//icons/light-theme/asset-20.png);
    background-repeat: no-repeat;
    background-size: 17px 15px;
    bottom: 10px !important;
}

.support .phone {
    font-size: 17px;
    font-weight: 500;
}

.padding-top-30 {
    padding-top: 30px;
}

.width-30 {
    width: 20%;
}
.width-70 {
    width: 80%;
}
.fl-left {
    float: left !important;
}
#container .wrapper img.logo-icon-3 {
    content: url('logo-minevar-2.png');
    width: 120px;
    height: auto;
}

.user-select-none {
    user-select: none;
}

#container .input-group .inputLogin > input {
    border-color: #424242;
}

.padding-top-20 {
    padding-top: 20px;
}