.account {
	padding-top : 60px;
  padding-bottom : 100px;

  .half {
    width : 35%;
    display : inline-block;
    float : left;
    
  }
	
	&-container {
		width: @width-container;
		margin: 0 auto;
	}

  &-section {
    margin : 0 -10px 20px;



    &-title {
      font-size : 12px;
      color : @black;
      text-transform : uppercase;
      margin-bottom : 35px;
    }

    

    &-item {
      width : 100%;
      margin-bottom : 20px;
      padding : 0 10px;
      box-sizing : border-box;

      &.checkbox {
        min-height : 40px;
      }

      .bootstrap-select {
        width : 100%;
        margin-left : 0;
      }

      input[type="text"], input[type="email"], input[type="phone"], input[type="password"] {
        width : 100%;
        font-size : 12px;
        text-transform : uppercase;
        color : @grey;
        padding : 0 20px;
        
        &:placeholder {
          text-transform : uppercase;
        }
      }
      textarea {
        text-transform : uppercase;
      }

    }

    &-label {
      color : grey;
      font-size : 12px;
      text-transform : uppercase;
    }

  }
}