@font-face {
    font-family: "GT Super WT";
    src:
      url("GT-Super-WT-Regular.woff") format("woff");
  }

.login-section
{
    position: relative;
    min-height: 100vh;
}
.login-section .row
{
    min-height: 100vh;
}
.login-section .left-col
{
    background: #663a00;
    min-height: 100%;
}
.login-section .right-col
{
    background: #fff;
    min-height: 100%;
}

.left-header
{
    margin-bottom: 65px;
    text-align: center;
    max-width: 400px;
}
.left-header .left-logo{
    margin-bottom: 15px;
}
.left-title
{
    font-family: "GT Super WT";
}
.product-feature-image
{
    max-height: 60vh;
    max-width: 530px;
}


.form-wrapper
{
    width: 300px;
    max-width: 300px;
}
.form-wrapper .nav-pills
{
    justify-content: space-around;
    box-shadow: 0 1px 0 0 rgba(92,102,111,0.2);
    text-align: center;
}
.form-wrapper .nav-pills .nav-link.active
{
    background-color: transparent;
    color: #4c4c4c;
    box-shadow: 0 1px 0 0 #5c666f;
    border-radius: 0;
    width: 100%;
}
.form-wrapper .nav-pills .nav-link 
{
    color: rgba(76,76,76,.6);
    text-align: center;
    width: 100%;
}
.form-wrapper .nav-pills li{
    width: 50%;
    text-align: center;
}

.login-column
{
    position: relative;
    width: 100%;
}
.login-column .social-buttons a{
    align-items: center;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 99px;
    display: flex;
    gap: 10px;
    height: 54px;
    justify-content: center;
    color: #333;
    text-decoration: none;
    margin: 10px 0 0;
}
.devider p span
{
    align-items: center;
    color: #4c4c4c;
    display: flex;
    font-size: .875rem;
}
.devider p span::before, .devider p span::after
{
    border-bottom: 1px solid #e5e5e5;
    content: "";
    flex: 1;
    
}
.devider p span::before
{
    margin-right: 0.5rem;
}
.devider p span::after
{
    margin-left: 0.5rem;
}
.auth-form .input-group
{
    background: #f5f5f5;
    border-radius: 12px;
}
.auth-form .input-group .form-control
{
    background-color: transparent;
    height: 54px;
    border: none;
    border-radius: 12px;
}
.auth-form .input-group .form-control::placeholder
{
    font-size: 18px;
}
.forgot-pass
{
    color: #4c4c4c;
}
.forgot-pass:hover, .forgot-pass:focus
{
    color: #191919;
}
.auth-form .input-group .input-group-text
{
    border: none;
    background-color: transparent;
}
.btn-auth
{
    align-items: center;
    display: flex;
    font-size: 1rem;
    height: 54px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 42px;
    background-color: #191919;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 99px;
    font-size: 18px;
}
.btn-auth:hover, .btn-auth:focus
{
    color: #fff;
}


@media only screen and (max-width:991px){
    .product-feature-image
    {
        width: 60%;
        display: block;
        margin: auto;
    }
    .login-section .left-col, .login-section .right-col
    {
        padding: 30px;
    }
}