/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    background: #565866;
    color: white;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}
h1, h2, h3, h4 {
    color: #f6f6f0;
}
h2 {
    line-height: 1.5;
    font-weight: 300;
}
a, a:hover, a:visited, a:focus, a:active {
    color: #C2C2C3;
}
p.label {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    white-space: pre-wrap;
}
fieldset.inline-group {
    border-radius: 4px;
    border: 4px solid #f6f6f0;
    background: #f6f6f0;
}
input.button-form {
    color: #a0a0a0;
    font-size: 24px;
    background: #f6f6f0;
    max-width: 360px !important;
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: table-cell;
}
input.button {
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    color: #fff;
    background-color: #3399ff;
}
input.button:hover,
input.button:focus,
input.button:active {
    color: #fff;
    background-color: #3399ff;
}
a.digits {
    margin-right: 6px;
    padding-right: 8px;
    border-right: 1px solid #C2C2C3;
}


.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    fieldset.inline-group {
        min-width: 301px;
        margin: 0 auto;
    }
    input.button-form {
        display:table-cell;
        float: left;
        
    }
    input.button {
        width: 90px;
        float: right;
        display: block;
    }
}

@media (max-width: 520px) {
    input.button-form {
        font-size: 18px;
        max-width: 200px !important;
    }
    input.button {

    }
}

