
.myForm {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}
.myFormText {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
}
.myForm h1  {
    color: #6E669A;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.myForm h3  {
    color: #6E669A;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.myForm h4  {
    color: #6E669A;

    padding-bottom: 10px;
}
.icon_devices {
  font-size: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.myForm .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.myForm .checkbox.show:before {
    content: '\f00c';
    color: #6E669A;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: FontAwesome;
}

.myForm .checkbox .mycheckbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}

.myForm .checkbox .label {
    color: #777;
    font-size: 13px;
    font-weight: 400;
}

.myForm .forget {
    font-size: 13px;
	text-align: center;
	display: block;
}
/*    --------------------------------------------------
    :: Footer
	-------------------------------------------------- */
#footer {
    color: #6E669A;
    font-size: 12px;
    text-align: center;
}
#footer p {
    margin-bottom: 0;
}
#footer a {
    color: inherit;
}
