/*
Theme Name: Bridge
Theme URI: https://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: https://qodeinteractive.com/
Text Domain: bridge
Version: 29.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.rf_custom_reg_form{
    border: unset !important;

}
.rf_custom_field input,
.rf_custom_field select{
    padding: 15px 13px !important;
    /*border: 0;*/
    border: 1px solid #ccc;
    outline: 0;
    resize: none;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff !important;
    color: #818181 !important;
    font-family: Raleway,sans-serif;
    font-weight: 400;
    margin: 0 !important;
}

.rf_submit_btn{
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    border-color: #DA2E92;
    font-size: 14px;
    line-height: 58px;
    height: 58px;
    font-style: normal;
    font-weight: 500;
    background-color: #DA2E92;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: 0px;
    text-transform: none;
    border-width: 0px;
    padding-left: 48px;
    padding-right: 48px;
    margin-left: unset !important;
    margin-top: 20px;

}

/*Login*/
.rf_custom_login_section .tml .tml-field{
    padding: 15px 13px !important;
    /*border: 0;*/
    border: 1px solid #ccc;
    outline: 0;
    resize: none;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff !important;
    color: #818181 !important;
    font-family: Raleway,sans-serif;
    font-weight: 400;
    margin: 0 !important;
}
.rf_custom_login_section .tml-button{
    cursor: pointer;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    border-color: #DA2E92;
    font-size: 14px;
    line-height: 58px;
    height: 58px;
    font-style: normal;
    font-weight: 500;
    background-color: #DA2E92;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: 0px;
    text-transform: none;
    border-width: 0px;
    padding-left: 48px;
    padding-right: 48px;
    margin-left: unset !important;
}
/*Login*/

.rf_custom_login_section .tml-links li{
    list-style: none;
}


.rf_custom_login_section .tml-links .tml-register-link a:before {
    left:4px;
    width:16px;
    height:5px;
    margin-top:1px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
}

.rf_custom_login_section .tml-links .tml-register-link a:after {
    left:9px;
    width:6px;
    height:10px;
    margin-top:-7px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-right-radius:5px 10px;
    -webkit-border-bottom-left-radius:5px 10px;
    -moz-border-radius:5px 5px 5px 5px / 5px 5px 10px 10px;
    border-radius:5px 5px 5px 5px / 5px 5px 10px 10px;
}

.rf_custom_login_section .tml-links .tml-register-link a:hover:after,
.rf_custom_login_section .tml-links .tml-register-link a:focus:after,
.rf_custom_login_section .tml-links .tml-register-link a:active:after {
    background:#ffb648;
}