@CHARSET "UTF-8";
.custom-fade{
	
}
.modal.custom-fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.modal.custom-fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

.terms_checkbox{
	width: 17px;
	height: 17px;
	pointer-events: none;
	float: left;
	margin-top: 0px !important;
}

.txt-logout{
    width: 100%;
    text-align: center;
   	margin: 0px;
}

.logout-name{
	color: #e84c3d;
	font-size: 20px;
	font-weight: bold;
}

.btn-modal{
    color: #0080ff;
    background: #fff;
    border: #0080ff solid 0.5px;
    border-radius: 8px;
    padding: 5px 15px;
}

.p-user{
	margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 20px !important;
}