@font-face {
  font-family: 'login';
  src: url('fonts/login.eot?6781422');
  src: url('fonts/login.eot?6781422#iefix') format('embedded-opentype'),
       url('fonts/login.woff2?6781422') format('woff2'),
       url('fonts/login.woff?6781422') format('woff'),
       url('fonts/login.ttf?6781422') format('truetype'),
       url('fonts/login.svg?6781422#login') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'login';
    src: url('../font/login.svg?6781422#login') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "login";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-user-circle-o:before { content: '\f2be'; } /* '' */
/* Modal */
.flex {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modalcontainer {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.modalcontainer.active {
    display: block;
}

.modalA {
    display: none;
    position: relative;
    width: 600px;
    height: 330px;
    background-color: rgba(12, 55, 91, 0.9);
}

.modalA.active {
    display: block;
}

.modalA .content {
    padding: 30px;
}

.modalA .close {
    font-family: "Source Sans Pro", sans-serif;
    cursor: pointer;
    color: #FFF;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    right: 0;
    color: #999;
    font-size: 40px;
}

.modalA .close span {
    transform: rotate(45deg);
    display: block;
}

.modalA .buttons {
    width: 600px;
    position: absolute;
    bottom: 0;
    height: 50px;
    background-color: #FFF;
}

.modalA .buttons a {
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    background-color: #EEE;
    color: #4d5c6e;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: bold;
}

.modalA .buttons a:hover {
    background-color: #e1e1e1;
}

.modalA .buttons a:nth-of-type(2) {
    float: right;
    color: #FFF;
    background-color: #00c06d;
}

.modalA .buttons a:nth-of-type(2):hover {
    background-color: #00a75f;
}

.modalA .contentM {
    width: 100%;
    height: 140px;
    overflow: overlay;
    resize: none;
}

.modalbttn {
    background-color: #24252A;
    padding: 12px 25px;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 4px;
}

.modalbttn:hover {
    background-color: #2b2c32;
}

.Mlogin label {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    width: 300px;
}

.Mlogin label > span {
    width: 100px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}