﻿@font-face {
    font-family: 'TTNormExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('TTNormExtraBold'), url('../fonts/ttnormsproextrabold.otf');
}

@font-face {
    font-family: 'TTNormDemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('TTNormDemiBold'), url('../fonts/ttnormsprodemibold.otf');
}

@font-face {
    font-family: 'TTNormRegular';
    font-style: normal;
    font-weight: normal;
    src: local('TTNormRegular'), url('../fonts/ttnormsproregular.otf');
}
html * {
    font-family: TTNormRegular !important;
}

body{
    background-color:#f5f5f5;
}
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 80px;
    padding: 40px 0px 20px 0px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}
.login-title
{
    color: #555;
    font-size: 22px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.select-img
{
	border-radius: 50%;
    display: block;
    height: 75px;
    margin: 0 30px 10px;
    width: 75px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.select-name
{
    display: block;
    margin: 30px 10px 10px;
}

.logo-img
{
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

img.center-block {
    width: 80%;
    height: 80%;
}

.col-sm-6 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}
@media (max-width: 500px) {
    .col-sm-6 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }
}
