/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.text-danger {
    color: #be1622;
}
.text-small {
    font-size: 16px !important;
}
.main-wrapper {
    max-width:1000px;
    margin-left: auto;
    margin-right: auto;
}
.login-wrapper-1 {
    max-width:400px;
    margin-left: auto;
    margin-right: auto;
    /*border: 3px solid #be1622;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    padding: 0 20px 0 20px;
    margin-bottom: 0 !important;
}
.login-wrapper-2 {
    max-width:400px;
    margin-left: auto;
    margin-right: auto;
    /*border: 3px solid #be1622;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
    padding: 20px;
    /*margin-top: -3px !important;*/
}
.login-header {
    text-align: center;
}
.btn-submit-100 {
    width: 100%;
    box-sizing: border-box;
}


body {
    font-family:"lato";
}

h1, h2, h3, h4, h5, h6 {
    font-family:"oswald";
}


.column.one-second {
    width: 50%;
    float: left;
}


.one.column {
    width: 100%;
}
.one-second.column {
    width: 50%;
}
.wpcf7-form .column {
    padding: 0 10px 10px;
}


#site-logo a.site-logo-text {
    color: #444444 !important;
}


.btn-new-project {
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    line-height: normal;
    border: none;
  }