.btn-fb {
    background: #4469B0;
}

.btn-google {
    border: 1px solid #E5E5E5;
}

.form-control.mobile_number {    
    padding-left: 97px;
}

.form-control.password {    
    padding-left: 57px;
}

.avatar-edit input {
    display: none;
}

.avatar-preview {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 100%;
    background: #D9D9D9;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bottom-tnc {
    font-size: 14px;
}