/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */


.signin{
    position: relative;
    background-color: #eaedf7;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.signin .signin-wrapper{
    width: 60%;
    margin: 0 auto;
}

.signin .card {
    border-radius: 10px;
    position: relative;
    background-color: #fff;
    border: 1px solid #e8e8f7;
    overflow: hidden;
}

.signin .card .row{
    display: flex;
}

.card-left{
    position: relative;
    display: flex;
    color: #fff;
    padding-right: 0;
    align-items: center;
    justify-content: center;
}

.card-left:before{
    content: "";
    height: 100%;
    width: 100%;
    background-color: #333;
    position: absolute;
    left: 0;
}

.card-left-wrapper{
    position: relative;
    text-align: center;
    padding: 30px 0;
    width: 100%;
}

.card-left img{
    position: relative;
    height: 100px;
}

.card-left-wrapper h2{
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
}

.card-left-bottom{
    font-size: 14px;
    color: #c8c8c8;
}

.card-right{
    padding-left: 0;
}

.card-right-wrapper{
    position: relative;
    padding: 30px 25px;
}

.card-right-wrapper h2{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.margin-bottom{
    margin-bottom: 20px;
}

.form-control{
    height: 36px;
}

.card-right-wrapper .bsubmit{
    width: 100%;
    padding: 10px;
}


