﻿/* roboto-regular - latin */
@font-face {
    font-family: 'NewzaldBlack';
    font-style: normal;
    font-weight: 500;
    src: local('NewzaldWeb'), local('NewzaldWeb-Black'), url('/assets/fonts/NewzaldWeb-Black.woff') format('woff'); /* Modern Browsers */
}

html {
    color: #18405c;
    font-family: Raleway, Arial, Verdana, sans-serif;
}

body {
    font-size: 13px;
}

h1 {
    font-weight: normal;
    margin: 2rem 0;
}

img {
    height: 50px;
}

a {
    color: #18405c;    
}

label {
    font-size: 20px;
    font-size: 1.25rem;
    color: #008080;
    font-weight: 700;
}

input {
    border: 1px solid #b4bcbf;
    height: 48px;
    padding: 8px 16px;
    margin: 0 0 8px;

    line-height: normal;

    font-size: 1.125rem;
    box-sizing: border-box;

    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: block;
    text-align: start;
    appearance: textfield;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
}

@media (min-width: 992px) {
    body {
        font-size: 14px;
    }
}

.bold {
    font-weight: bold;
}

.margin {
    margin: 1.5rem 0;
}

.container {
    max-width: 700px;
    margin: 100px auto;
}

.btn:active, .btn:focus {
    border: 2px solid #3da2ae;
    outline: none;
    background: #32858f;
    color: #fff;
}

.btn {
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    border: none;
    box-sizing: border-box;
    background: #3da2ae;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    min-height: 48px;
    padding: 8px 2em;
    text-align: center;
    text-decoration: none;
    transition: background 250ms ease-in-out,transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}