 
 
 

@font-face {
     /*font-family: "Fira Sans", sans-serif;*/
     /*src:  url('wp-content/themes/blocksy-child/fonts/fira-sans/FiraSans-Regular.tff');*/
     /*src: url('/wp-content/themes/blocksy-child/fonts/fira-sans/Saira Condensed-300.ttf')*/
}

body.login {
            background: #e9e9e9;
}
body form #loginform {
    border:none;
}

.login #login #loginform #user_login, .login #login #loginform #user_pass {
    border-top:0;
    border-bottom:2px solid #6d0000;
    border-radius:0;
    border-left:0;
    border-right:0;
    
}
#wp-submit, .language-switcher #language-switcher .button{
    border-radius:99px;
    background-color:white;
    border:1px solid #6d0000; 
    color:#6d0000;
    
}

#wp-submit:hover, .language-switcher #language-switcher .button:hover  {
    border-radius:99px;
    background-color:#6d0000;
    color:white;
}
body {
    font-family:"Trebuchet MS", sans serif;
    font-weight:normal;
}
.dashicons {
    
    color:#6d0000;
}

