

.auth-container{

	width: 450px;

    min-height: 330px;

    margin: auto;

}



.card{

	background-color: #fff;

    box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);

    margin-bottom: 10px;

    border-radius: 0;

    border: none;

}



.auth-container .auth-header{

	text-align: center;

    border-bottom: 1px solid #85CE36;

}



.auth-container .auth-title{

	color: #97A4B1;

    padding: 20px;

    line-height: 30px;

    font-size: 26px;

    font-weight: 600;

    margin: 0;

    background-color: aliceblue;

}

ul.features-responsive{

    list-style-type: none;

}

ul li i.fa.fa-check {

    padding-right: 10px;

}

.auth-container .auth-content{

	padding: 30px 50px;

    min-height: 260px;

    background-color: aliceblue;

}

.text-xs-center {

    text-align: center !important;

}

.btn.btn-secondary {

    color: #4f5f6f;

    background-color: #fff;

    border-color: #d7dde4;

}

.btn-click-redirect{

    color: green;

}

.btn-click-redirect:hover{

    text-decoration: underline;

}