﻿input {
    max-width: initial;
}

.k-textbox {
    width: 100%;
}

body {
    /*background: url('images/Skyscrapers.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #EEE;*/
}

.form-signin {
    min-width: 200px;
    max-width: 350px;
    margin: auto;
    padding: 20px;
    border: 1px solid #BBB;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(0.15, rgba(222,222,222,0.7)) );
    background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(222,222,222,0.7) 15%);
    background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(222,222,222,0.7) 15%);
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(222,222,222,0.7) 15%);
    background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(222,222,222,0.7) 15%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(222,222,222,0.7) 15%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
}

.title {
    font-size: 43px;
    font-weight: bold;
    color: black;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
}

.text-box {
    max-width: inherit;
}

.btn-block {
    font-size: 16px;
}

.modal.static {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
}

.slogan {
    font-size: 14px;
    color: #7E7E7E;
}

.service-tel {
    font-size: 14px;
    color: #2C53A2;
}

.modal {
    overflow-y: initial !important;
}
