﻿.form-control {
	display: block;
	align-content:center;
	align-items:center;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body {
    color: red;
	margin-top:auto;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .25px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    background-color: #dee2e6
}

*, *:after, *:before {
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clear-fix, .clear-fix:before, .clear-fix:after, .container:before, .container:after, .row:before, .row:after, .centered:before, .centered:after {
    content: "";
    display: table;
    clear: both
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, b, ul, li, form, label, nav, section, menu {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

a {
    cursor: pointer;
    text-decoration: none
}

.container {
    width: 100%;
	align-content: center;
    margin: 0px, 0px, 0px, 0px;
    float: none !important
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 36px;
    color: #0d0c0d;
    font-family: inherit;
    font-size: 14px;
    line-height: .5;
    padding: 7.5px 15px;
    margin: 0;
    margin-bottom: 0px;
    background-color: transparent;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    resize: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear
}

    input:focus, textarea:focus {
        border-color: #2000cc
    }

label {
    color: #2f2d2d;
    cursor: pointer;
    max-width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 100;
    line-height: .5
}

form label {
    float: left;
    font-size: 13px;
    text-align: left;
    margin-top: 5px;
	margin-bottom: 4px
}

/* Button */
button {
	display: inline-block;
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 10px;
	vertical-align: middle;
	text-align: center;
	background-color: #6699FF;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

/* Body */
.row, .login-card, .login-card-body {
    width: 100%;
    float: left
}

/* Login */
.login-container {
    text-align: center;
    padding: 10px 15px 30px
}

.login-card {
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    box-shadow: 0 0 35px 0 rgba(154,161,171,.15)
}

.login-card-body {
    padding: 25px
}

.login-title-container {
    width: 50%
}


@media screen and (max-width: 1440px)
{

}

@media screen and (max-width: 1366px)
{

}

@media screen and (max-width: 1280px)
{

}

@media screen and (max-width: 1080px)
{

}

@media screen and (max-width: 1024px)
{

}

@media screen and (max-width: 991px)
{

}

@media screen and (max-width: 900px)
{

}

@media screen and (max-width: 800px)
{

}

@media screen and (max-width: 768px)
{

}

@media screen and (max-width: 736px)
{

}

@media screen and (max-width: 667px)
{

}

@media screen and (max-width: 640px)
{

}

@media screen and (max-width: 600px)
{

}

@media screen and (max-width: 568px)
{

}


@media screen and (max-width: 480px){
}

@media screen and (max-width: 414px)
{

}

@media screen and (max-width: 411px)
{

}

@media screen and (max-width: 384px)
{

}

@media screen and (max-width: 360px)
{

}

@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 320px)
{

}

