.border_top_field{
    border-top: 1px dashed #ccc;
    padding-top: 15px;
}
    .login-form {
        margin-top: 100px !important;
        min-width: 380px;
        border-radius: 8px;
        border: 1px solid #ededed;
    }
    .btn-customers.signup{
        background: #fbaf32;
        color: white;
        width: 100%;
        padding:15px;
        font-weight: 700;
    }
    #btneye {
        position: absolute;
        left: 2%;
        top: 42px;
    }
    a.btnback-phone {
        display: block;
        position: absolute;
        border-radius: 5px;
        padding: 5px;
        top: 0;
        left: 0;
        color: #ccc;
    }
    .btnback-phone:hover{
        color:#727272;
    }