﻿body {

}

.text-right
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

.text-left
{
    text-align: left !important;
}

.cus-img-tam-medium {
    max-width:500px;
    max-height:200px;
}

.cus-vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  height:100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.cus-center-screen {
  margin: 0 auto;
  width: 700px;
}

.cus-center-screen-com {
  margin: 0 auto;
  width: 850px;
}

.cus-size-width-medium {
    max-width:50%;
}

.cus-align-center {
    margin: 0 auto;
    float: none;
}