/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.p-auth-button {
    background-color: #19332e;
    border-radius: 20px;
    border-style: solid;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    height: 43px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

.p-auth-text-input {
    border: 1px solid #437b5d;
    border-radius: 17px;
    color: #19332e !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    height: 3.5em;
    line-height: 7px;
    max-height: unset;
    padding: 18px 1px;
    width: 100%;
}

.p-auth-text-input:focus {
    border-color: #437b5d;
}

.p-auth-text-input::placeholder {
    color: #19332e;
}

.p-auth-text-input:placeholder-shown {
    border: 1px solid #eaeaea;
}

.p-relative {
    position: relative;
}

#eyeIcon {
    color: #437b5d;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    right: 4%;
    top: 31%;
}

a.pabit-btn,button.pabit-btn {
    align-items: center;
    border-style: solid;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 600;
    height: 2.5em;
    justify-content: center;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap
}

a.pabit-btn.btn-violet,button.pabit-btn.btn-violet {
    background-color: #5048d8;
    color: #fff
}
