body,
.signin {
    background-color: #eeeeee;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 85px;
}

.login p{
    color: #101011;
    margin-left: 20px;
}
.logo-icon{
    display: flex;
    justify-content: center;
}

.logo-icon .logo {
    margin-top: -82px;
}

.logo-icon .logo img {
    max-width: 180px;
    padding: 4px;
    margin-bottom: 55px;
    box-sizing: border-box;
}

.login {
    position: relative;
    max-width: 320px;
    border-radius: 20px;
    margin: auto;
    padding: 60px 60px;
    background-color: #ffffff;
    box-shadow: 9px 12px 20px -10px #555;
}

form {
    padding-top: 25px;
    margin-left: -41px;
    margin-right: -41px;
}

.active {
    border-bottom: 2px solid #101011;
    color: #333;
    margin-top: -8px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    margin: auto;
}

h2 {
   
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 5px;
    letter-spacing: 2px;
    display: inline-block;
    font-weight: 100;
}

span {
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0.4;
    display: inline-block;
    position: relative;
    color: black;
    font-weight: bold;
    top: -65px;
}

.text {
    border: none;
    width: 80%;
    padding: 10px 20px;
    display: block;
    
    overflow: hidden;
  
}
#client_id{
    height: 0;
}

.text:focus {
    outline: 0;
}

.text:focus+span {
    opacity: 0.6;
}

input[type="text"],
input[type="password"] {
    font-family: 'Montserrat', sans-serif;
    border: 0px;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    background: transparent;
    margin-left: 15px;
    /* margin-top: 30px; */
}

input {
    display: inline-block;
    padding-top: 20px;
    font-size: 14px;
}

h2,
span,
.custom-checkbox {
    margin-left: 20px;
}

.custom-checkbox {
    background-color: white;
    padding: 8px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.custom-checkbox:checked {
    background-color: #6800A1;
}

.custom-checkbox:checked:after {
    font-size: 10px;
    position: absolute;
    top: 1px;
    left: 4px;
    color: #fff;
}

.custom-checkbox:focus {
    outline: none;
}

label {
    display: inline-block;
    padding-top: 10px;
    padding-left: 5px;
    color: #6800a1;
    font-weight: bold;
}

.signin {
    background-color: #6800A1;
    color: #FFF;
    width: 93%;
    padding: 10px 20px;
    display: block;
    height: 39px;
    margin: auto;
    border-radius: 10px;
    margin-top: 30px;
    border: none;
    text-transform: uppercase;
}

.signin:hover {
    cursor: pointer;
}

.signin:focus {
    outline: none;
}

hr {
    border: 1px solid;
    color: #d3d3d3;
    top: 26px;
    position: relative;
}

a {
    
    display: block;
    top: 38px;
    position: relative;
    text-decoration: none;
    color: #6800a1;
    text-align: center;
}


.forgate_label{
    padding-left: 15px;
    color: #101011;
    font-weight: 300;
}