body,html{height:100%;}
body{
    background:#EDEEF1;
    font-family: 'Fira Sans', sans-serif;
}
.h100{height:100%}
.left-col{ height:100%; margin-top:10px}
.rigth-col{ height:100%; margin-top:10px}

.content{ background:white; height:calc(100% - 40px); border-radius:4px}

.bg-orange{
    background:#F37630;
    border:1px solid #F37630
}
.bg-orange:hover {
    background:#ee8244;
    border:1px solid #c3652f
}
p {font-weight: 300;}

.content-right{
    background: url(./imgs/bg-home.jpg);
    background-size: cover;
    background-position: center;
}
h4{color:#064D92}

input::placeholder {
    font-weight:300
}