.container{
    width: 100%;
    max-width: 1500px;
    height: 800px;
    background-image: linear-gradient(to bottom right, blue, purple);
    padding-top:  20px;
}
.col-6{
    float: left;
    width: 50%;
}
.margin_b{
    margin-bottom: 7px;
}
.clear{
    clear: both;
}

#text{
    color: white;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Cambria';

}
h1{
    color: #007BFF;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.register-form{
    width: 100%;
    max-width: 600px;
    height: 600px;
    margin: 20px auto;
    background-color: #ffffff;
    padding: 15px;
    border: 2px solid #cccccc;
    border-radius: 10px;
}

.input-box{
    margin-bottom: 10px;
    width: 580px;
    border: 1px solid #cccccc;
    outline: none;
    font-size: 16px;
    display: inline-block;
    height: 50px;
    color: #666666;

}
.input-box input[type='text'],
.input-box input[type='password'],
.input-box input[type='date']{
    width: 580px;
    border: 1px solid #cccccc;
    outline: none;
    font-size: 16px;
    display: inline-block;
    height: 50px;
    color: #666666;
}
.input-box select{
    width: 100%;
    border: 1px solid #cccccc;
    outline: none;
    font-size: 16px;
    display: inline-block;
    height: 40px;
    color: #666666;
}
.input-box option{
    font-size: 16px;
}
.input-box input[type='checkbox']{
    height: 1.5em;
    width: 1.5em;
    vertical-align: middle;
    line-height: 2em;
}
.input-box textarea{
    width: 100%;
    border: 1px solid #cccccc;
    outline: none;
    font-size: 20px;
    min-height: 100px;
    color: #666666;
}
.btn-box{
    text-align: center;
    margin-top: 5px;
}
.btn-box button{
    border-radius: 2px;
    background-color: rgb(0, 146, 214);
    color: white;
    border: none;
    outline: none;
    font-size: 20px;
    padding: 10px;
    width: 600px;
}
.text1{
    color: gray;
    text-align: center;
    font-size:18px;
    padding: 15px;
}
.fb9 {
    border: 1px solid #3366FF;
    background-color: #B3C6FF;
    width:150px;
    height:30px;
  }
.unica{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
