﻿html, body{
   height: 100%;
   width:100%;
}

ol {
	list-style: none;
}
ul {
	list-style: none;
}

ol {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
ul {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
li {
	font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}

.main {
    background-color: white;
    font-family: Amaranth;
    overflow-x:hidden;
}

.cover-background{background: url(http://www.redbackconferencing.com.au/2017/rb-video/1.Redback-Background.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.logo{
    margin: 50px auto 30px;
}

.subtitle {
   color:#989898;
   font-size:18px;
   margin-top:10px;
}

.content a {
    cursor: hand;
    color: black;
    font-size: 18px;
}

.fix-logo-position{
    width: 300px;
    position: fixed;
    left: 50%;
    margin-left: -150px;
}
         	
.login-box {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 0 20px;
}

.participant-box {
    position:relative;
    margin-top: 20px;
    margin-top: 20px;
    max-width: 400px;
    min-width:310px;
    height: 160px;
    margin-left: 0%;
    border-radius: 10px;
    background-color:#D3E3D0;
    margin: 0 auto;
}

.message-box {
    width: 370px;
    height: 100px;
    background-color:#D3E3D0;
    z-index:10;
    display: inline-block;
    /* Rounded Corners */
   -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;   
    /* Rounded Corners */
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.download-box {
    border-radius: 10px;
	margin: 35px auto 10px auto;
}

.content {
    color: black;
    text-align: center;
    font-size: 24px;
    font-style: inherit;
    font-weight: bold;
}

.text-header {
    color: black;
    text-align: center;
    font-size: 20px;
    font-style: inherit;
    font-weight: bold;
    padding-bottom: .5em;
}

input.join-code {
    height: 35px;
    border-radius: 10px;
    background-color: #e3e3e3;
    border: 1px solid rgb(215, 215, 215);
    resize: none;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    vertical-align: middle;
    text-align: center;
}

.btn-signIn
{
    background-color: #5271ff;
    border: 1px solid rgb(215, 215, 215);
    color: #e3e3e3;
    text-align: center;
    font-size: 13px;
    width:165px;
    border-radius:6px;
    margin-top:8px;
}

.btn-rbGuide {
    font-size:22px;
    color:black;
    background-color:white;
    margin-top:50px; 
    margin-left:5px; 
    border-radius:5px; 
    width:440px;
}

.btn-rbGuide:hover {
    text-decoration: none!important;
}

.btn-rbGuide a {
    padding:10px;
    color:black;
    text-align:center;
	text-decoration: none!important;
}

.btn-webRTC {
    background-color:#D3E3D0;
    color:black;
    border: 1px solid rgb(215, 215, 215);
    text-align: center;
    font-size: 20px;
    font-weight:bold;
    width:155px;
    height:45px;
    border-radius:15px;
    margin-left: 0px;
    margin-top:5px;
}

.promo-text {
    color:white; 
    margin:40px 50px;
    font-size:80px;
    min-height:1000px; 
    position:absolute; 
    z-index:1;
}

.err-message {
    font-size:15px;
    text-align:center;
    color:red; 
}

#img-progress-indicator {
    border: none; 
    width:30px; 
    height:30px;
    margin-top:15px;
    margin-bottom:-20px;
}

.modal-dialog {
  width: 360px;
}
