*{
	margin: 0px;
	padding: 0px;
	text-decoration: none !important;
	list-style-type: none;
}

@font-face {
    font-family: 'MYRIADPRO-BOLD';
    src: url('../fonts/MYRIADPRO-BOLD.OTF') format('truetype');
}
@font-face {
    font-family: 'MYRIADPRO-REGULAR';
    src: url('../fonts/MYRIADPRO-REGULAR.OTF') format('truetype');
}

body{
      font-family: 'MYRIADPRO-REGULAR';
}

img{
	max-height: 100%;
	max-width: 100%;
}
.wrapper{
	margin: 0 auto;
	width: 100%;
	height: 100%;
    position: relative;
}
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    background-color:#000;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.background{
     position: fixed; 
      top: 0; 
      left: 0; 
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
    padding-top: 60px;
}

.logo-login{
    width: 340px;
    margin:60px auto 0px auto;
    color: white;
    text-align: center;
}
.logo-login{
    width: 340px;
    margin:0 auto;
    color: white;
    text-align: center;
}

.logo-login h2, .logo-login h3{
    text-align: center;
    line-height: 0px
}

.form-box {
    margin-top: 50px;
    width: 340px;
    background: #000000b8;
    text-align: left;
    padding: 35px 25px;
    overflow: hidden;
    border-radius: 5px;
}


.banner img{
    min-width: 100%;
}

.form-box input {
    width: 100%;
    float: left;
    height: 35px;
    color: black;
    border-radius: 3px;
    border: none;
    height: 30px;
    padding: 0px 5px;
    background: white;
}

/*.form-box {
    padding: 35px 25px;
    overflow: hidden;
    border-radius: 5px;
}*/

.dropdown-menu > li > a {
    display: block;
    padding: 3px 10px 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-align: center;
    float: left;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: ;
    right: 34%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.btn {
    color: black;
    display: inline-block;
    padding: 3px 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
}

.form-box input:focus{
    outline: none;
}

.form-box input::-webkit-input-placeholder { 
    color: white;
}

.form-box a {
    float: left;
    margin-top: 5px;
}

.form-box a:hover {
    color: #ff9000;
}


.form-box h5{
    margin-bottom: 5px;
}
.form-box button {
    color: white;
    background: #ff9000;
    padding: 0px;
    height: 28px;
    width: 40%;
    float: right;
    border-radius: 3px;
    border: none;
}

.lang{
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 9999;
}

.lang img {
    margin: auto;
    float: left;
    padding-right: 5px;
}

/*.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}*/

.form-box span {
    font-size: 20px;
    margin-left: 5px;
    float: left;
    margin-top: 13px;
}
.form-box input::-webkit-input-placeholder {
    color: #00000059;
    padding-left: 5px;
}

:-moz-placeholder {
    color: #00000059;
    padding-left: 5px;
}
}

::-moz-placeholder {
    color: #00000059;
    padding-left: 5px;
}
}

:-ms-input-placeholder {
    color: #00000059;
    padding-left: 5px;
}
}
